S
Stephen Beasley
Hi, and thanks in advance, this seems so simple I am embarrased to admit I
can't figure it out...Oh well, here is what I have (fields ommited for saving
space) And feel free to correct me if I am going about this the wrong way are
there is an easier method:
2 Tables - Assets and Service
1 Form - Service Entry (will be used on-site via wireless laptop)
Asset Table Fields - DB_ID , AssetTag, MachineName - All fields DO NOT allow
duplicates.
Asset Table Data Row 1 - autonumber,12345,Machine1
Service Table Fields - ServiceID, Date, AssetTag (lookup from Assets),
MachineName, ServicePerformed
Service Entry Form Fields - Same as Service Table Fields
What I am trying to achieve is the technician opens form, enters Date>
Drop-down (or other method) to select AssetTag(12345)> upon selecting
AssetTag, MachineName field is populated with the related field in the Assets
Table (Machine1)>Tech enters service performed and saves data.
The part I cannot figure out is how to "auto-populate" the MachineName in
the Service Entry Form. Instructions for populating the MachineName in the
Services table would be greatly appreciated as well!
THANKS!
Steve
can't figure it out...Oh well, here is what I have (fields ommited for saving
space) And feel free to correct me if I am going about this the wrong way are
there is an easier method:
2 Tables - Assets and Service
1 Form - Service Entry (will be used on-site via wireless laptop)
Asset Table Fields - DB_ID , AssetTag, MachineName - All fields DO NOT allow
duplicates.
Asset Table Data Row 1 - autonumber,12345,Machine1
Service Table Fields - ServiceID, Date, AssetTag (lookup from Assets),
MachineName, ServicePerformed
Service Entry Form Fields - Same as Service Table Fields
What I am trying to achieve is the technician opens form, enters Date>
Drop-down (or other method) to select AssetTag(12345)> upon selecting
AssetTag, MachineName field is populated with the related field in the Assets
Table (Machine1)>Tech enters service performed and saves data.
The part I cannot figure out is how to "auto-populate" the MachineName in
the Service Entry Form. Instructions for populating the MachineName in the
Services table would be greatly appreciated as well!
THANKS!
Steve