Please....is this possible

P

Peter

Hi There

I have had a look on the site for a simliar posting but cant find one.

I have a basis form done but wondering if I could do the following.

I have a database with say one table name customer.

In the form have a text boxed named CustomerID, also on the form have
several other text boxes.

When a user enters the customerID in the CustomerID text box, the other text
boxes populate with the customer details.

Is this possible and if so how difficuult would it be too implement. Is
there instructions already around?

Thanks in Advance

Kindest Regards

Peter
 
A

Adam Harding

Yes it is

It would be a lot easier if the ID and the Name are in the same table then
you put Customer ID as the variable field, make the second field populated to
customer name, make read-only and then click X-path next to the Entries Field
and select filter. Then make the Customer name in this box equal to :- click
field in the option list, select your main data source from the Drop-down
list at the top and find the Customer field. click on this so that your line
reads something like

Customer is equal to Customer* where Customer* is the field in your main
data source. Check that your output is then correct and you are done. For
further help search on FILTERING in the search box.

Cheers Adam
 
K

Kenneth

Hi Peter,

Just look down on the list on the same page. There is a post I did. The
title is "Dynamic SQL query". Scott had an excellent answer for it.

Ken
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top