K
Kevin Sprinkel
Our company estimates public building projects. We have
begun an Access database to capture quoted costs of
various equipment. The data entry is done in two phases,
on the forms Items_Entry and Items_Update, both based on
queries joining the Manufacturers and Items tables. The
table structures are:
Mfr
---
Key AutoNumber
MfrName
Address
...
...
Items
-----
Key
ID Text Equipment ID on the drawings
JobNum
Mfr LI Lookup to Mfr; stores the Key
Desc
Part # Text
Unit Price $
Per Long Integer Lookup to UnitType
Date
The last three fields are enabled in the form
Items_Update. The problem: regardless of whether I skip
to the next record, or enter what should be valid data in
any or all of the fields, Access displays the
message: "The value you entered isn't valid for this
field."
I've checked to ensure that the data types for all related
fields are the same and what I intended. Thanks in
advance for any assistance; it's puzzling.
begun an Access database to capture quoted costs of
various equipment. The data entry is done in two phases,
on the forms Items_Entry and Items_Update, both based on
queries joining the Manufacturers and Items tables. The
table structures are:
Mfr
---
Key AutoNumber
MfrName
Address
...
...
Items
-----
Key
ID Text Equipment ID on the drawings
JobNum
Mfr LI Lookup to Mfr; stores the Key
Desc
Part # Text
Unit Price $
Per Long Integer Lookup to UnitType
Date
The last three fields are enabled in the form
Items_Update. The problem: regardless of whether I skip
to the next record, or enter what should be valid data in
any or all of the fields, Access displays the
message: "The value you entered isn't valid for this
field."
I've checked to ensure that the data types for all related
fields are the same and what I intended. Thanks in
advance for any assistance; it's puzzling.