A
ant1983
Firstly i dont really code - bit of a novice so if anyone can help would
really appreciate it!
I have a form (frmBooking) with a checkbox (blnToBeBilled) and the form
which runs off a table (tblBooking).
Currently you can just click that checkbox but i want a box thing to pop up
asking:
"Are you sure you want to cancel this booking?" With two buttons: "Yes" and
"No".
If the user clicks "Yes" i want another form to come up with a field where
they can stipulate the reason so a free-text memo field. If they then type
stuff in there and click ok i want it to check that checkbox (blnToBeBilled)
and return to the form.
If they click No then i just want it to return to the form without the box
being clicked.
Where do i start? What do i do?
Thanks guyz!!
ant1983
really appreciate it!
I have a form (frmBooking) with a checkbox (blnToBeBilled) and the form
which runs off a table (tblBooking).
Currently you can just click that checkbox but i want a box thing to pop up
asking:
"Are you sure you want to cancel this booking?" With two buttons: "Yes" and
"No".
If the user clicks "Yes" i want another form to come up with a field where
they can stipulate the reason so a free-text memo field. If they then type
stuff in there and click ok i want it to check that checkbox (blnToBeBilled)
and return to the form.
If they click No then i just want it to return to the form without the box
being clicked.
Where do i start? What do i do?
Thanks guyz!!
ant1983