A
Anne
I have created a form from on the users request, which lists all jobs, by
jobNumber, jobName, Contractor, Contact, ect. She wants to look at the list
and be able to sort by any field she chooses. That part works, she can sort
any field, and find the data that she is looking for.
I created an event, that when she finds what she is looking for, she can
click a button with a link field that takes her to the jobs form, which
displays the detail of the job she has selected. Up to this point everything
works.
Her selection displays the job she selected. So after she is done what she
wants to do with the job that she found, no other jobs, that are normally
available from the combo box, can be accessed, because somehow I locked the
data to just display that one job she was asking for.
How would I make a the other data available again, perhaps with a command
botton?
Anne
jobNumber, jobName, Contractor, Contact, ect. She wants to look at the list
and be able to sort by any field she chooses. That part works, she can sort
any field, and find the data that she is looking for.
I created an event, that when she finds what she is looking for, she can
click a button with a link field that takes her to the jobs form, which
displays the detail of the job she has selected. Up to this point everything
works.
Her selection displays the job she selected. So after she is done what she
wants to do with the job that she found, no other jobs, that are normally
available from the combo box, can be accessed, because somehow I locked the
data to just display that one job she was asking for.
How would I make a the other data available again, perhaps with a command
botton?
Anne