i would like to create a button on a form that will open another form and a specific record...like record 19...if u tell me a code....i could write in record 19....
The above code will get your new form open, but not to record "19"
There's more than one way to do this.... But try just a pop up box first to enter your record number..... In your criteria for the second form... you should have a field named "record" or something like that.... In the criteria put [Enter Record Number] ....... This will create the pop up to enter your record number after you press your command button.
You could also have a unbound text box on the first form to enter the number and have your criteria refer to that..... Post back if you want to do that... I'll tell you how.... Little more lengthy...
If record 19 is in the current form, simply add a button to the form and follow the wizard.
The wizard will provide you with a choice to open the other form for a specific row.