A
Alison Downing via AccessMonster.com
This is, I guess, a very basic question.
Using info gathered from this forum, I am trying to set up a form that will
let me enter criteria once only for a report which has 4 subreports.
I found a great thread [Double Criteria???, posted 28 Jan 2005] and have
followed it exactly however, Access is now telling me that it can't find
the macro and I guess this is because ... "the macro is new and hasn't been
saved"
I have never created a macro before and I'd be really grateful for some
simple, idiot-proof, step-by-step explanations as to how I load up the
following;
DoCmd.OpenForm "DateEntryForm", , , , , acDialog
DoCmd.Close acForm, "DateEntryForm"
I would also like to know if I have to do the same for another piece of
code in the thread;
Me.Visible = False
which is used to code a command button click event.
My original queries are also now refusing to return any data but I figure
this is probably because Access doesn't recognise the macros yet.
I'm sure someone can help - thanks to you guys I've gone further with
Access in the last month than I have in the past 5 years. You are so much
more helpful than the Access Help text!!!!
Many Thanks
Alison
amd(AT)dircon.co.uk
Using info gathered from this forum, I am trying to set up a form that will
let me enter criteria once only for a report which has 4 subreports.
I found a great thread [Double Criteria???, posted 28 Jan 2005] and have
followed it exactly however, Access is now telling me that it can't find
the macro and I guess this is because ... "the macro is new and hasn't been
saved"
I have never created a macro before and I'd be really grateful for some
simple, idiot-proof, step-by-step explanations as to how I load up the
following;
DoCmd.OpenForm "DateEntryForm", , , , , acDialog
DoCmd.Close acForm, "DateEntryForm"
I would also like to know if I have to do the same for another piece of
code in the thread;
Me.Visible = False
which is used to code a command button click event.
My original queries are also now refusing to return any data but I figure
this is probably because Access doesn't recognise the macros yet.
I'm sure someone can help - thanks to you guys I've gone further with
Access in the last month than I have in the past 5 years. You are so much
more helpful than the Access Help text!!!!
Many Thanks
Alison
amd(AT)dircon.co.uk