Freakinchair
New member
- Local time
- Today, 15:32
- Joined
- Aug 7, 2007
- Messages
- 8
Hey guys - I'm somewhat new to Access and I've been put in charge of developing a user interface for an already established database. Basically - all of the relationships and values are in place.
I've already constructed a "Search" form where the user can sort all of the records presented in a listbox (did this using queries).
My problem is that I need the user to be able to click on a record in the listbox and it will open a new form containing information about that chosen record. The new form that is opened will have other forms linked to it (subforms?) containing other pieces of information (where one-to-many relationships are present). All of the information contained within these forms must be editable and updated within the database (through a button which will save the changes on the current form).
The unique key for each record is an attribute named "FILE_NUMBER_CD".
Basically what I need to know is how to set the new form that is opened from clicking on a record in the listbox to the proper record that was selected. This has been driving me nuts for a while now so any help would be much appreciated. If you need more information just let me know what you need.
I've already constructed a "Search" form where the user can sort all of the records presented in a listbox (did this using queries).
My problem is that I need the user to be able to click on a record in the listbox and it will open a new form containing information about that chosen record. The new form that is opened will have other forms linked to it (subforms?) containing other pieces of information (where one-to-many relationships are present). All of the information contained within these forms must be editable and updated within the database (through a button which will save the changes on the current form).
The unique key for each record is an attribute named "FILE_NUMBER_CD".
Basically what I need to know is how to set the new form that is opened from clicking on a record in the listbox to the proper record that was selected. This has been driving me nuts for a while now so any help would be much appreciated. If you need more information just let me know what you need.