Hello
I am trying to make a small equipment booking form. The form is unbound, and has a fair bit of vba behind it.
I have modified this from a working example that was posted to the public domain some time ago.
My problem is this:
The original form only had 10 rows in it for equipment. I have changed it to now show 20 pieces of equipment. I have managed to get new bookings to show correctly on the grid format for items 1 thru to 20..... however, i am unsure on where to change the code for the last bit of my project.
After an equipment has been scheduled, the user should be able to click on the grid on that booking, and the information for the booking will be shown on the right hand side of the form in the 'Edit Existing Booking' fields i have created.
Currently, If equipment is listed in the 1 - 10 position, then the code works (as can be seen in the db is you click on the yellow / red / blue bookings).
However, if the user clicks on a booking in rows 11 - 20, no data is appearing in the 'Edit Existing Booking' fields (nothing displays for the green booking).
How or where do i change the code to get this working?
I have attached the user guide for the original form as well.
Any help greatly appreciated.
Cheers
Zuzu
I am trying to make a small equipment booking form. The form is unbound, and has a fair bit of vba behind it.
I have modified this from a working example that was posted to the public domain some time ago.
My problem is this:
The original form only had 10 rows in it for equipment. I have changed it to now show 20 pieces of equipment. I have managed to get new bookings to show correctly on the grid format for items 1 thru to 20..... however, i am unsure on where to change the code for the last bit of my project.
After an equipment has been scheduled, the user should be able to click on the grid on that booking, and the information for the booking will be shown on the right hand side of the form in the 'Edit Existing Booking' fields i have created.
Currently, If equipment is listed in the 1 - 10 position, then the code works (as can be seen in the db is you click on the yellow / red / blue bookings).
However, if the user clicks on a booking in rows 11 - 20, no data is appearing in the 'Edit Existing Booking' fields (nothing displays for the green booking).
How or where do i change the code to get this working?
I have attached the user guide for the original form as well.
Any help greatly appreciated.
Cheers
Zuzu