View Single Post
  #5  
Old January 19th, 2005, 11:31 PM
Hulk
external usenet poster
 
Posts: n/a
Default

Jeff,
I have a table called Memos that the user enters information into only
on an add form, when they have added the information I want a query command
button so that they can e-mail only the information in the current form, no
others. I build a command button for e-mailing with sendobject but it send
the whole tabel in forms. I only want to sent the current record.
They suggested way to build a command button but it had many lines of
code and it didn't work. I have tried and tried but building a query to
show only the current record which had just been added seems like a way
around the problem. It hasn't happen. The table has an autonumber which it
uses as the ID, the query uses the information from the main table of
"memos" and with the ID as a reference I want to show that information in a
form called "current form" which will have a command button on it to e-mail
just the current form. I can't make it to simple, and code just doesn't
seem to work, I'm just a novice.

Thanks
Bill
"Jeff Boyce" -DISCARD_HYPHEN_TO_END wrote in message
...
Bill

Why?

You've described "how". Perhaps the 'group readers can offer you an
alternate approach if you explain what problem you are trying to solve by
passing information to a second form...

--
Good luck

Jeff Boyce
Access MVP

"Hulk" wrote in message
...
Is there a way to put build a query to accept only the current record
from
another form? I want to use the autonumber to show only the record

showing
on the screen and need to build a query to pass that information into
another form.

Thanks
Bill