Command Button Wizard

  • Thread starter Thread starter Alanclen
  • Start date Start date
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.
 
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
 
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
 
Back
Top