>I have a Charge ID, Description, Amount, eg:
>ARC---Auckland Racing Club---$20
>WRC----Wellington Racing Club---$50
>VCBWD----Vet Care Bot & Worm Drench
>Just would be easy if I could check my Charge ID if I wasnt sure what it
>was..........TIA Bob
Create a Combo Box on your form, based on this table; use the Wizard,
and accept its offer to hide the ID. That way the computer will see
the Charge ID, you'll see the Description, and you'll both be happier!
John W. Vinson[MVP]
Bob - 30 Dec 2004 01:49 GMT
Ive created a form of my table and it looks like how I would like to see it
but cant open it like i have it in forms..Sorry couldnt find how to get
Combo Box from the wizard...Thanks Bob
>>I have a Charge ID, Description, Amount, eg:
>>ARC---Auckland Racing Club---$20
[quoted text clipped - 8 lines]
>
> John W. Vinson[MVP]
John Vinson - 30 Dec 2004 02:27 GMT
>Ive created a form of my table and it looks like how I would like to see it
>but cant open it like i have it in forms..Sorry couldnt find how to get
>Combo Box from the wizard...Thanks Bob
I do not understand. "can't open it like I have it in forms" means
nothing to me.
John W. Vinson[MVP]
Bob - 30 Dec 2004 04:50 GMT
Im sorry I don't know enough about access but It dose not show them in lines
of order underneath each other like in a table..Hope that helps..bob
>>Ive created a form of my table and it looks like how I would like to see
>>it
[quoted text clipped - 5 lines]
>
> John W. Vinson[MVP]
John Vinson - 30 Dec 2004 19:49 GMT
>Im sorry I don't know enough about access but It dose not show them in lines
>of order underneath each other like in a table..Hope that helps..bob
A Form allows three different views:
- Datasheet, which looks like a table datasheet or an Excel
spreadsheet
- Single, which shows one record at a time; you can use the navigation
buttons at the bottom left to move from one record to another
- Continuous, which gives you the best of both - you can use
textboxes, combo boxes, other controls arrange however you like, and
it will show multiple records one above the other
Open the Form in design view; view its properties; and select
whichever you prefer in the Default View property.
John W. Vinson[MVP]