R
Robert (AAT)
I have created a list with client names and other client related data.
Created a form that establishes a data connection to the list by means of a
drop down list.
The drop down list correctly shows the available entries of which the users
selects one.
Once that selection is made some of the forms field can now be filled with
the other client related data, so I have set up regular text boxes to display
that information.
The 2nd text box has not a default value, but a rule that says: if the first
field is not blank (i.e. it was updated by the selection of the user), then
query using the data connection.
This doesn't work, am I approaching this the correct way?
Robert
Created a form that establishes a data connection to the list by means of a
drop down list.
The drop down list correctly shows the available entries of which the users
selects one.
Once that selection is made some of the forms field can now be filled with
the other client related data, so I have set up regular text boxes to display
that information.
The 2nd text box has not a default value, but a rule that says: if the first
field is not blank (i.e. it was updated by the selection of the user), then
query using the data connection.
This doesn't work, am I approaching this the correct way?
Robert