hello,
i just have 2 quick questions
i was wonderring if i can cause a query (that is not the control source of the form) to requery (in VBA) without having the form change record...
i was able to make the query requery (simply by placing "Requery" in the code) but this makes my form return to the first record
i've worked around this by saving the record position,
then requerying, then going to the saved record...
but the problem is, this causes my form to flicker very badly while the form rapidely changes records.
how can i fix this?
my second question is
how can i check if a checkbox (that is not grouped to anyother) is checked?
thank you for your help
Eric
i just have 2 quick questions
i was wonderring if i can cause a query (that is not the control source of the form) to requery (in VBA) without having the form change record...
i was able to make the query requery (simply by placing "Requery" in the code) but this makes my form return to the first record
i've worked around this by saving the record position,
then requerying, then going to the saved record...
but the problem is, this causes my form to flicker very badly while the form rapidely changes records.
how can i fix this?
my second question is
how can i check if a checkbox (that is not grouped to anyother) is checked?
thank you for your help
Eric