Hi All,
Just trying to build a database that manages bookings and customers.
I have a form that is opened by clicking the "New Booking" Button on a datasheet next to the name.
which opens this form:
Now what I want to be able to do, is select a date using the date picker on the first field there, "Rental_date" then click the Open form button, (which should be "Check date" or something..) which would take me to a form that lists either all the records of bookings on that date or display a message saying " No bookings on this date ! " . I've tried the built in function using the macro code, but that does not do anything, all i get is a blank datasheet !
The weird thing is, if i add the same button again using the wizard to open a form based on a value using the Contact name field to open up the customer details form, it works !! So I think it may be something to do with the dates ?
Not sure guys, ive only done very basic things with access before :|
Cheers !!