
Originally Posted by
lexygirl
I have a field booking rate that is set up the following way
Booking Rate
combo box - value list
$200.00 Flight Experience
$175.00 Training Dual
$135.00 Training Solo etc
the first column is bound to the table
I have a parameter form which i enter instructor name, start date and stop date. Then i run a command button to view the form (query is control source)
In this query I have booking rate as i want to view it and then do calculations on it
gst: [booking rate] * .10
total value: [booking rate] + [gst]
when i run the command button to view the form it asks me to enter the booking rate though there is already a value in the table, when i don't enter a value and hit ok no data appears in all the fields on the form.
When i run the query i still get asked to enter the booking rate and when i dont and I enter the other three fields records are shown...
Why can i not see the booking rate and why don't my calucations work.
I have attached the objects in question in a database for viewing
Any help would be greatly appreciated
Thanks
Lia