Hi,
I have a main form where I (the administrator) update records fairly frequently. I may be constantly going back to the same records over and over again. So, what I would like to do, is have a button on the main form, which opens up a subform where I can do a search on the filename, and the appropriate record is displayed on the main form.
For example:
frmMain
frmSubmain
By clicking on the Search button [from frmMain], I open up frmSubmain and choose the file test.doc
Then, test.doc and all corresponding data is displayed accordingly on frmMain
I think this is fairly simple but I'm drawing a blank!!
Any suggestions?
I have a main form where I (the administrator) update records fairly frequently. I may be constantly going back to the same records over and over again. So, what I would like to do, is have a button on the main form, which opens up a subform where I can do a search on the filename, and the appropriate record is displayed on the main form.
For example:
frmMain
frmSubmain
By clicking on the Search button [from frmMain], I open up frmSubmain and choose the file test.doc
Then, test.doc and all corresponding data is displayed accordingly on frmMain
I think this is fairly simple but I'm drawing a blank!!
Any suggestions?