Sending Current Data Record in Form

  • Thread starter Thread starter bqs
  • Start date Start date
B

bqs

I have created a form which I want to be filled in and send via email. I
have uncovered the email commands but I am having issues in that when I make
the call to fill the form, all my records are being filled-in WHEN I only
want the current one to be generated.

How can I do this?
 
bqs said:
I have created a form which I want to be filled in and send via email. I
have uncovered the email commands but I am having issues in that when I make
the call to fill the form, all my records are being filled-in WHEN I only
want the current one to be generated.

How can I do this?

Are you limiting the current record with a "WHERE" clause in the SQL
statement? Or using a form filter?

Nick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top