I was working with a stand alone mbd. Some how on closing the file, the locking information did not go. On opening the file, I get a message: " Unwanted file format (c:\raw\.................) OK/cancel"
How do I open the file? Please help.
bijon
I want to convert a multi page access report to pdf format and mail it to my boss. Is there any way to do this using the on Click event.
Thanks in advance
bijon
Both these fields are filled up by user. In the form that has been designed, the first field to be entered is HQ_File_Ref & the second is HQ_File_Date.
Yes, u have got it right.... "The bottom line is, the code can't be run until both fields are filled."
bijon
In the form, the first field that is populated is the HQ_File_Ref, then the HQ_File_Date. So when the first field HQ_File_Ref is entered, the second field is still blank. I think the DCount function shall have to be applied only after the first field is entered & before the HQ_File_Date is...
Let me be more elaborate. I am trying to prevent duplicate entries on a combination of two fields, eg, HQ_File_Ref & HQ_File_Date.
I am using the following code in the event before update in the field HQ_File_Date
Private Sub HQ_File_Date_BeforeUpdate(Cancel As Integer)
If...
Let me be more elaborate. I am trying to prevent duplicate entries on a combination of two fields, eg, HQ_File_Ref & HQ_File_Date. I am using the following code in the event before update in the field HQ_File_Date
Private Sub HQ_File_Date_BeforeUpdate(Cancel As Integer)
If...
I am using a data entry form to enter new data into one of the tables.How can we prevent entry of duplicate records? Duplicacy shall be checked on the first two fields only.
Please help.
regards
bijon
I am using a data entry form to enter new data into one of the tables.How can we prevent entry of duplicate records? Duplicacy shall be checked on the first two fields only.
Please help.
regards
bijon
I want to open an Excel file using a command button in an Access form. This Excel file then needs to be updated and saved subsequently.
Can someone help me out with a code for this?
Regards
bijon
I wish to print name & address labels using data from an access database.
The size of the labels are 100.01mm(width) X 44.15mm(height). There are two columns across in an A4 size sheet with 6 rows of labels in each sheet.
Can someone help me out with this printing problem in the non standard...
I have designed a gate pass for issue of materials. When I print it on an A4 size paper, it fills the top half of the length of the paper. How do I print two copies of the same gate pass on the same page?
Kindly help.
With regards
Bijon