A form has been created as an .asp It will be filled in, printed and not saved. The problem is...when the form is printed right now, it only prints on about two-thirds of a standard 8.5 by 11 page. I would like it to print on the "whole" page. Should it been done as a report so it...
Hi lashwarj-
The following code is an event procedure for a command button. The report is based on a table. It will print the record ([recordno] is the name of autonumber field in the table) on the screen at the time.
Dim stDocName As String
stDocName = "rptname"...
Let me say first - thanks in advance to anyone who can help me.
I would like to calculate the time between two short time fields. Ex: mtime1in (short time in military time with the imput mask set to 00:00) the out time field of mtime1out set exactly the same as mtime1in. In my report I...
Could someone please tell me how to add to a dropdown box without going to the table to add a choice that's not in the list? I see there's a On Not In List event but I'm not sure how to write the code. Any help would be greatly appreciated.
Thanks,
Lynne
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.