I created a hyperlink that opens a PDF file which contains 5 pages. I would like to print only the first page.
I put this code on "On Click":
DoCmd.PrintOut acPrintAll, 1, 1, acHigh, 1, True
But it's not working. Can anyone help.
thanks in advance
Ismail
Hi,
If I have the following table, How do I get the total of:
5/31/05 Minus 05/04/05 and 05/03/05 Minus 05/03/05
Period MEMBID ADMITDT DISCHDT
Current 00927771301 05/31/05
Current 00927771301 05/03/05 05/04/05
Current 00927771301 05/01/05 05/03/05
Thanks in advance
Ismail
Hi,
I have the following table. What I would like to show in the interval column is this:
If current then:
5/26/05 Minus 5/20/05
5/13/05 Minus 04/29/05
If Prior then
I Only Wish To See Max Of Prior DISCHDT in this case I would like to see 4/29/05.
Table MEMBID ADMITDT...
I am getting this error message on this code:
Compile error
invalid or unqualified reference
It does not like the word: .Requery
Can anyone help
Thanks in advance
Private Sub Form_Timer()
'update the data so multiple users get latest data
Dim CurrRecord As Variant
CurrRecord =...
Hi,
I have a Macro that run 8 Make Table Queries. Once the macro is done it leaves all 8 queries open. How do I make Macro close all queries when completed?
Thanks in advance
Ismail
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.