Ask a Question related to Microsoft Access, Design and Development.
-
John Vinson #1
Re: Send current record data in one form to another and print?
On Tue, 15 Jul 2003 10:09:12 -0700, "Seddon Acaster"
<seddonandjulia@acas.demon.co.uk> wrote:
Clarification:>Running Access 2000. One form contains all information
>for clients. The other form contains an invoice layout
>with certain fields from first form.
The Form doesn't contain any data, any more than the window of my
office contains the Owyhee Mountains. The Form DISPLAYS data which is
stored in a Table. You would generate your report from the Table, not
from the data in the Form.
Create a Query based on the tables containing the data you want on the>I want to click a
>command button from first form and send the current
>record data from that form to the invoice form and then
>print.
invoice form, and either use the Form to provide criteria to specify
which record to print by using
=Forms![NameOfYourForm]![txtID]
as a criterion on the ID field (whatever that might be); or edit the
wizard-generated VBA code in the "Open Form" button to put the ID into
the WhereCondition argument. See the online help for OpenForm for an
example.
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
[url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
John Vinson Guest
-
load/send XML data via HTML form
I currently have a Flash app that gets populated by parsing data from an external XML file. However, I need to get the XML data into a (JSP) session... -
Send data from a form through email without using CFMAIL
Newbie question: I have this form that collects data from input boxes and would like to send that data to an email address. Is there a way to do... -
Form in email to send cf data to website
:confused; Okay so I am doing this newsletter and I want to include a form in the newsletter to get reader response. Now when the submit button... -
Send data to form field
Hi, I want to have a button, that when clicked goes to a .htm or .asp page with a form in it, populating one of the form fields. ie. the visitor... -
Either BOF or EOF is True, or the current record hasbeen deleted. Requested operation requires a current record
Can anyone pls help? I am getting the following error when search my database. "ADODB.Field (0x800A0BCD Either BOF or EOF is True, or the...



Reply With Quote

