View Full Version : Datasheets on a Form!


TheBoar
10-20-2000, 01:03 PM
I currently have a form with 3 subforms attached!

All the forms display data in a datasheet format!

On one of the subforms, I want to be able to click on only a new record and take the user to a new form that basically is like Add.
This way the user can see a form rather than the datasheet view...

How can I do this!

Thanks

Jack Cowley
10-21-2000, 06:43 AM
In one of the fields, in the form that is form for the subform, in the Double Click event use code to open the form you want the user to see. This way they can double click in that field on any record and go to your form to add a new record.

HTH,
Jack

mark curtis
03-12-2001, 10:13 AM
Jack,

If you are looking in, have you any code examples because I am trying to do the same.

Thanks
Mark

Pat Hartman
03-12-2001, 04:43 PM
northwind.mdb has examples of this. They do it in a button click event but you could put the code in the double-click event of a regular field.