G
Guest
My BIG question:
IS MY MDB CORRUPTED RESULTING IN THESE PROBLEM AND ERROR MESSAGE ?
If so, is it safe to copy the tabe with structure and data onto a new DB ?
I searched on the internet, a couple of search results indicated that my mdb
is badly corrupted when seeing these error messages.
Here are the symptoms/indications:
On a couple of forms, when I click [...] to create an event procedure, I
received an error message:
"xxxx failed to create the Visual Basic Module."
"If you database is on a network drive, check your network connection,
and then try again."
My mdb appl is on my local drive. On the same form, when I tried to add a
new field or changin the Tab Index in the subform (named "Parts") , the
results of the following existing computed fields:
Detail Section:
* Material_Weight (with a formula: =[æ¯ä»½é‡é‡]*Forms!工程單!份數 (i.e.
=[unit_weight]*Forms!WorkOrder!Qty)
Footer Section:
* Material_Total_Weight (with a formula: =sum([æ¯ä»½é‡é‡]) (i.e.
=sum([Unit_Weight])
In addition, when I try to sum the "Material Total Weight" column with
formula:
* Material_Grand_Weight (with a formula: = sum(Material_Weight)
will mysterious shows an error "#Name?" instead of the calculated results.
Still don't know why it is happening ... - Plz help if you know why ???
In the mainform, when I tried to retirebe the result of these two fields
(Material_Total_Weight & Material_Grand_Weight) with the following formulas:
=[Parts].Form!Material_Total_Weight
=[Parts].Form!Material_Grand_Weight
I'll also get the "#Name?" error.
Please help.
IS MY MDB CORRUPTED RESULTING IN THESE PROBLEM AND ERROR MESSAGE ?
If so, is it safe to copy the tabe with structure and data onto a new DB ?
I searched on the internet, a couple of search results indicated that my mdb
is badly corrupted when seeing these error messages.
Here are the symptoms/indications:
On a couple of forms, when I click [...] to create an event procedure, I
received an error message:
"xxxx failed to create the Visual Basic Module."
"If you database is on a network drive, check your network connection,
and then try again."
My mdb appl is on my local drive. On the same form, when I tried to add a
new field or changin the Tab Index in the subform (named "Parts") , the
results of the following existing computed fields:
Detail Section:
* Material_Weight (with a formula: =[æ¯ä»½é‡é‡]*Forms!工程單!份數 (i.e.
=[unit_weight]*Forms!WorkOrder!Qty)
Footer Section:
* Material_Total_Weight (with a formula: =sum([æ¯ä»½é‡é‡]) (i.e.
=sum([Unit_Weight])
In addition, when I try to sum the "Material Total Weight" column with
formula:
* Material_Grand_Weight (with a formula: = sum(Material_Weight)
will mysterious shows an error "#Name?" instead of the calculated results.
Still don't know why it is happening ... - Plz help if you know why ???
In the mainform, when I tried to retirebe the result of these two fields
(Material_Total_Weight & Material_Grand_Weight) with the following formulas:
=[Parts].Form!Material_Total_Weight
=[Parts].Form!Material_Grand_Weight
I'll also get the "#Name?" error.
Please help.