Hi,
I have a table with the following fields:
InspID(AutoNumber)
Crane Number
RepairID
AreaNumber
Date Of Inspection
Crack Length
Image Path
Inspector Name
The main fields I am looking to update is the Crane Number and AreaNumber.
A form should be able to update this 2 fields, the rest of the fields can remain blank. The Crane Number field is linked to another table where a list of Crane numbers are stored and I am thinking of using a combobox for the user to select a Crane number to update. They should only be able to add 1 crane at a time.
1 Crane Number should automatically add 82 area numbers into the table. The 82 area numbers are stored in another table called Area Number.
Is there any way to do this, and if yes how?
Thanks