S
szag via AccessMonster.com
I have looked through other posts but can't seem to get this to work:
I have a main form "F_Jobs". Then a tab control on this main form.
On page 1 of the tab control I have a form F_AddJobs. When I make a selection
from a control ("cboxJobs")on this F_AddJobs form I want a the form on Page 2
of the tab control (F_JobsQuote) to requery.
F_JobsQuote is based on a query that uses the selection I referred to on the
F_AddJobs - cboxJobs control. I am trying to add code that will requery the
this F_JobsQuote form each time a different selection is made on cboxJobs.
I have a main form "F_Jobs". Then a tab control on this main form.
On page 1 of the tab control I have a form F_AddJobs. When I make a selection
from a control ("cboxJobs")on this F_AddJobs form I want a the form on Page 2
of the tab control (F_JobsQuote) to requery.
F_JobsQuote is based on a query that uses the selection I referred to on the
F_AddJobs - cboxJobs control. I am trying to add code that will requery the
this F_JobsQuote form each time a different selection is made on cboxJobs.