AidanEnos
MIS
- Dec 11, 2000
- 189
ok...
I am trying something new for me here...
I have a drop down list box that is populated by a column in a table - customeridentifier. (I am using customer identifier so we can make names that include abbreviated addresses "ABC_NYC")
So here is my literal if statement - some cleaning up so it works would be great
=ifnull(Open.form "customeridentifierinputform", if a customer IS selected from the list take the corrosponding record data from the CustomerIdentiferTable and input those values to display on this form in the fields (CustomerName=Customer, Address=Address, City=City, etc.)
I think that makes sense... if the user picks nothing then it opens the new customer input form, if they pick a name then it fills in all the relevant information.I know there is a way - and it's much better than that!!!
I am trying something new for me here...
I have a drop down list box that is populated by a column in a table - customeridentifier. (I am using customer identifier so we can make names that include abbreviated addresses "ABC_NYC")
So here is my literal if statement - some cleaning up so it works would be great
=ifnull(Open.form "customeridentifierinputform", if a customer IS selected from the list take the corrosponding record data from the CustomerIdentiferTable and input those values to display on this form in the fields (CustomerName=Customer, Address=Address, City=City, etc.)
I think that makes sense... if the user picks nothing then it opens the new customer input form, if they pick a name then it fills in all the relevant information.I know there is a way - and it's much better than that!!!