seeking out a particular name in a form

S

skully matjas

I imported a table, now i nead to enter new information
next to each name (using a form) I am not being givin the
names in alphabetical order, how can i seek out a
particular name and then i will enter the number.

thankx
 
V

Van T. Dinh

1. Base your Form on a Query and set the ordering in the Query.

2. Use the Form OrderBy Property to set the ordering in the Form.

3. Use the Find command in the Menu.

4. Use the ComboBox Wizard to create a ComboBox so that you can select a
name and the code created by the Wizard will make the relevant Record the
Current Record on your Form.

Take your pick(s).
 
S

skully matjas

never mind. figured it out thankx
-----Original Message-----
1. Base your Form on a Query and set the ordering in the Query.

2. Use the Form OrderBy Property to set the ordering in the Form.

3. Use the Find command in the Menu.

4. Use the ComboBox Wizard to create a ComboBox so that you can select a
name and the code created by the Wizard will make the relevant Record the
Current Record on your Form.

Take your pick(s).

--
HTH
Van T. Dinh
MVP (Access)






.
 

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