>this ones slowly been turning my brains to noodles all day and i need some
>help! What ive got is a form which allow a parking space to be set up for a
[quoted text clipped - 15 lines]
>compare it with the value of the building textbox, but i dont know how to
>read the values that are stored as combo box options. Any ideas?
You can look at the combo box items using several methods.
Probably the most straightforward is to use the Column
property (no need for an array).

Signature
Marsh
MVP [MS Access]
Access Resource - 11 Jul 2005 20:02 GMT
Amit,
I have a reservations module that could be modified that would work very
well for reserving parking spaces for students. The module would be modified
to show all the parking spaces, which ones are reserved and which ones are
still available. You would be able to reserve any available parking space to
the current student while checking that that student is eligible for the
parking space. Send me an email to Access_Resource@yahoo.com and I will send
you a screen shot.
> >this ones slowly been turning my brains to noodles all day and i need some
> >help! What ive got is a form which allow a parking space to be set up for a
[quoted text clipped - 19 lines]
> Probably the most straightforward is to use the Column
> property (no need for an array).
DowningDevelopments - 12 Jul 2005 10:46 GMT
Hello again Mr Bartonm
That column property was just the ticket, i was looking for a simple way to
iterate through the rows and this was it!!! Me and my C programming making
life overcomplex again!!
thanks for your help again,
Amit