Hi all,
I need some help with coding to update a separate table using a form.
Be gentle, I did this on the fly with no prior education on VBA.
The database is used as a "check-out" station for multiple computer items within a business.
Basically I have one table that contains information for each item with the following info: (TABLE FORM)
Then I have another table with fields: (EASY SCAN OUT FORM)
I have created a form for both tables to make it easier inputting the data but the techs like the second table form better since it is quicker to fill in. So, with that said, I would like the following actions to take place:
I can provide a sample of the Database if needed to get a full feel of what i am working with.
Thank you in advance for any help that is provided.
I need some help with coding to update a separate table using a form.
Be gentle, I did this on the fly with no prior education on VBA.
The database is used as a "check-out" station for multiple computer items within a business.
Basically I have one table that contains information for each item with the following info: (TABLE FORM)
- Make
- Model
- Type of item
- S/N
- Asset Number
- Technician
- Deployed date
- Deployed status (This is a combo box with a source type "Table/Query")
- Reference number
Then I have another table with fields: (EASY SCAN OUT FORM)
- Technician
- Deployed Date
- Reference Number
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
I have created a form for both tables to make it easier inputting the data but the techs like the second table form better since it is quicker to fill in. So, with that said, I would like the following actions to take place:
- Data to be updated automatically in the 1st table as they are scanning items in the 2nd table form.
- Give the prompt saying "Contact Depot Employee" if an item that is being scanned out has the status of "Deployed", "Loaned", "Warranty Out", or "Warranty Pending".
- Automatically input the technicians name in the 2nd table form
I can provide a sample of the Database if needed to get a full feel of what i am working with.
Thank you in advance for any help that is provided.