Hello,
I have a database that I view certain data with (hereby dubbed Access App 1). I have another database that is basically a bridge for information(Access App 2); it sucks information out of software A (not Access), and prepares it for import into software B (Not Access). I've considered merging my two access applications, but It may be easier to have a button in Access App1, that would open Access App2 to the same record.
The form that I need to open in Access App2 is Unbound, and will likely be open already. The only thing I really need to do is update a combo box control on this form to the correct RecordID, Then I'm thinking the code from the OnClick Event of that combo box will do the rest....
So, how hard would this be?
I have a database that I view certain data with (hereby dubbed Access App 1). I have another database that is basically a bridge for information(Access App 2); it sucks information out of software A (not Access), and prepares it for import into software B (Not Access). I've considered merging my two access applications, but It may be easier to have a button in Access App1, that would open Access App2 to the same record.
The form that I need to open in Access App2 is Unbound, and will likely be open already. The only thing I really need to do is update a combo box control on this form to the correct RecordID, Then I'm thinking the code from the OnClick Event of that combo box will do the rest....
So, how hard would this be?