Dear All,
I just tried to share my database to another PC where I put my database in shared folder but when I tried to open same database from another PC message popup like "could not lock file".
Any idea?
Appreciate your response.:confused:
Thanks James & DCrake but I need to update values every week which I am updating in simple Query. It's not a crosstab query. Please see attached table structure.
Please advise.
Is there any way to count values directly from query to form??
Dear All,
Please help me out re the attachment. I have a query with Name "PSBD Processor Query" and I want to show the value of Query in the main form.
Is there any way to make it possible??:confused:
Looking for your favorable response as always.
Thanks in advance.
Dear All,
Please help me out re the attachment. I have a query with Name "PSBD Processor Query" and I want to show the value of Query in the main form.
Is there any way to make it possible??:confused:
Looking for your favorable response as always.
Thanks in advance.
Hi David,
I tried somhow like this but didn't work.
Private Sub Form_Load()
If Date() >= #3/29/2010#
MsgBox "Your License for this product has expired", vbCritical + vbOKOnly, "Access Denied"
DoCmd.Quit
End If
End Sub
Please advise.
Hi DCrake,
This is my own database and it will not take me anywhere to legal action please don't take it serious. I am just looking for a help from you guys if you have something. My intention is to know only if there is any code for that one.
Do you have something? :p
Hi Dcrake I just want to disable my database while I am leaving :p, for that reason only I am asking the same.
Khalid it's not that matter :D
If you guys have something (magic code) please do let me know.
Hi I have a time sheet database (attached) I just want to design report like report (attachment report). I tried a lot but unable to do that. I just want to show those ID no's only in report who was entered as "N" and "OT" in attendance field.
Please advise.
Looking for your favourable...
Hi thank you very much for the response. I got it but I have more than 80 different sites like DIFC. As per the statment it will filter DIFC only. So what about other sites which is in my sites list? how to put if statement for all sites. I want to check for all sites whatever I have in my...
Thanks for the quick response. I know the Dcount function but there are more than 80 sites so how to put an If statement for all 80 sites.
Please advise.
I have an employee Database with me with so many fields where there is one field name by sites containing more than 50 sites (drop down list) and I have a approved manpower numbers for each sites like eg. DIFC sites 50 manpower. I am feeding each employee record in database and allocating them...