Gasman - this gives me a message "The macros in this project are disabled...."
so i think my last post is correct, but i can't change the settings as they are greyed out. i'm guessing this has been set by our IT dept but something has changed since friday! i'll enquire with them... thanks
i'm wondering if its my macro settings.. the macro security settings are greyed out. but then i have other working macros...?
UPDATE - the macros that were working on friday have now stopped working!?
thanks for the quick responses!
arnelgp - this isn't doing anything
missinglinq - still not working and no msgbox pops up - this is leading me to think i'm missing something really basic! also not sure if relevant but the full event list is not showing - so "On Current" isn't showing as an...
I have a user form and want a label and text box to appear subject to the answer of a combo box
so if the answer selected in the combo box is "Other" a label and text box will appear for the user to add in additional information
i found code online but it isn't working:
Private Sub...
I need to work out sick pay entitlement which is done based on length of service
I have a field called "Start Date"
I want to add a field called "Sick Pay Entitlement" that will auto-populate subject to "Start Date"
eg. 2 years or less = 6 Weeks
2-5 years = 13 Weeks
5 years + = 26 Weeks
What...
Hi all
I have a database containing staff information - eg. name, dept, shift pattern etc
I am creating a new database to record absence
I want to lift some of the staff information from the staff database and put it into the absence database to save re-keying. ideally, when I update the...
I have a report which contains a "fieldID"
I also have a form which contains the same "fieldID"
I had set an openform macro on the report using where condition
[fieldID]=[Reports]![rptName]![fieldID]
to open the form at the corresponding record
it worked perfectly
then i mistakenly...
I'm trying to open a form at a specific record based on the results of a query.
i have the query set up to find the records based on 2 drop down lists on another form
the query runs correctly on its own
i have tried to add a macro to a button to open the form at the record identified by the...
Yeah it only started working again today (pulling in 13th)
i have
"Format(IIf(Weekday(Date())=2,DateAdd("d",-3,Date()),DateAdd("d",-1,Date())),"mm/dd/yyyy")"
in the criteria section of a query under "Date Completed" field
thanks
Dani