seeking out a particular name in a form

  • Thread starter Thread starter skully matjas
  • Start date Start date
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
 
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).
 
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)






.
 
Back
Top