Hi all,
This is an easy one ... for an expert. Unfortunately, I'm a Dilbereted engineer who's trying to put together a database in Access. I have a form and a datasheet subform.
I want to link the arrow in my datasheet subform to my main form information.
The subform is basically a list of what I have in my table. The Main form only shows information for the actual record.
I would like to connect these two forms; so whenever I select a record in the main form, the record in the datasheet subform will be selected with by the arrow and vicecersa.
So far, I have tried to link the two recordsets (even though it is the same ... ??) Like this;
set Forms!qBookings.frmqCars.Recordset = me.carRecordset
Thank you in advance and happy debugging,
Vanleurth
This is an easy one ... for an expert. Unfortunately, I'm a Dilbereted engineer who's trying to put together a database in Access. I have a form and a datasheet subform.
I want to link the arrow in my datasheet subform to my main form information.
The subform is basically a list of what I have in my table. The Main form only shows information for the actual record.
I would like to connect these two forms; so whenever I select a record in the main form, the record in the datasheet subform will be selected with by the arrow and vicecersa.
So far, I have tried to link the two recordsets (even though it is the same ... ??) Like this;
set Forms!qBookings.frmqCars.Recordset = me.carRecordset
Thank you in advance and happy debugging,
Vanleurth