This is the first time that I’ve worked with forms/subforms and I’m looking for some guidance.
I’ve built and entry form which allows a user to enter “lane opportunities” that they are working on, the fields they enter are as follows:
Status (from a drop down box they select Open, Converted, or Closed which has several different reason).
Distribution Center (drop down box from a DC table)
Vendor (drop down box from a Vendor table)
Vendor’s City (free form field)
Vendor’s State (free form field)
Vendor’s Zip (free form field)
Vendor’s Rate Basis (free form field)
Our Rate Basis (free form field)
Order Size (free form field)
Carrier (free form field)
Conversion Date (select from a calendar)
Notes (free form)
This form loads all of these data elements into a Master Table, and is working with a problem. Not all data elements are known at the time of entry and will require updating.
I want to make another form with will allow a user to select a line from the Master Table and update it. Here’s what I’m thinking:
Status (drop down box from Master Table)
Distribution Center (drop down box from Master Table)
Vendor (drop down box from Master Table)
The results from these 3 fields would then display in a box where the user can select the line he/she needs to edit. Once selected all the data elements from above (Status, DC, Vendor, Vendor City, ect) would display at the bottom of the screen and allow the user to make any required updates.
Is this something that is possible or have I gotten too complex for Access? If it is possible are there any suggestions as to how to do it? If this is not possible are there any suggestions as to how I could create a form that would allow the user to make updates?
Thanks