Sending Current Data Record in Form

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?
 
B

Biz Enhancer

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
 
Top