J
J. Keggerlord
Okay, this one is probably a no-brainer for you real programmers, but for
neophytes like me... Well, let's just say I should stick to my real core
competencies. In any case, here is what I have:
Results for a query are displayed on a continuous form (frmFirstForm). I
have a text box (txtSomeRecord) where I want the user to be able to
double-click the value and have it open that recordset in a different form
(frmEditTheRecord) for editing. For this hypothetical situation, the table
the original recordset came from is called tblSomeRecords.
Also, to save me asking a seperate question, if I have a joined table
(tblMoreRecordInfo) that has a one-to-many relationship with the first table,
joined on a similar field name (RecordInfo on frmFirstForm to MoreRecordInfo
on tblMoreRecordInfo), how can I open the recordset on the second table in a
form (frmFirstForm) by double-clicking the text box (txtSomeRecord) to get it
to open the recordset on the second table (tblMoreRecordInfo) in another form
(tblEditTheRecord)?
As always, your help is greatly appreciated (and I would even buy you a beer
if you got stuck in Seattle).
neophytes like me... Well, let's just say I should stick to my real core
competencies. In any case, here is what I have:
Results for a query are displayed on a continuous form (frmFirstForm). I
have a text box (txtSomeRecord) where I want the user to be able to
double-click the value and have it open that recordset in a different form
(frmEditTheRecord) for editing. For this hypothetical situation, the table
the original recordset came from is called tblSomeRecords.
Also, to save me asking a seperate question, if I have a joined table
(tblMoreRecordInfo) that has a one-to-many relationship with the first table,
joined on a similar field name (RecordInfo on frmFirstForm to MoreRecordInfo
on tblMoreRecordInfo), how can I open the recordset on the second table in a
form (frmFirstForm) by double-clicking the text box (txtSomeRecord) to get it
to open the recordset on the second table (tblMoreRecordInfo) in another form
(tblEditTheRecord)?
As always, your help is greatly appreciated (and I would even buy you a beer
if you got stuck in Seattle).