Command Button Wizard

A

Alanclen

Using wizard to add Command button to open another form , selecting "Open the
form and find specific data to display". I'm adding button to frmClients and
want to open frmContracts but wizard is only showing frmContracts. ie unable
to link like fields.
 
R

Ron2006

The wizard will ONLY associate the parent/child fields IF the parent/
master form is bound to a table or query.

However you can type the relavent fields into the parent/child
relationships manually and it will work fine.

Ron
 
A

Alanclen

Ron2006 said:
The wizard will ONLY associate the parent/child fields IF the parent/
master form is bound to a table or query.

However you can type the relavent fields into the parent/child
relationships manually and it will work fine.

Ron
Thank you Ron, great help
 
Top