pop-up calendar issue

andysgirl8800

Registered User.
Local time
Yesterday, 22:09
Joined
Mar 28, 2005
Messages
166
This is such a silly question, I'm sure, but I've added a pop up calendar to my form and attached it to a combo box to call the calendar. This is working well. However, when a date is selected from the calendar, it is changing that combo box date field for every record in my DB, not just the one I am working on. How can I avoid this and how can I tie the function to update just the current record? Please help.
 
Hi -

Is the main form bound to a table or query? If so, then if you bind the combo box to a field, it should only affect the current record.

If you have an unbound combo box on a continuous subform, then there is only one instance of the combo box (it just looks like there are multiple).

If the date is being set by the calendar code, then you need to take a look at the code to see how it is written.

- g
 

Users who are viewing this thread

Back
Top Bottom