Updated records in forms

T

Tom

Each record in a form is a work order. School, contractor, days of work, etc.
I have a pop up calendar to select a week ending date for each record.
Record 1's week ending date is Nov 13, 2009. Record 2's week ending date is
Nov 20, 2009.

When I change the date in record 2, it's changing the date in record 1.
Each record's week ending date become all records' week ending date?

Can I use a pop up calendar in a record and be able to retain the correct
week ending date for each record. If so, how would I be able to accomplish
this?

Thanks for your input.
 
T

techrat

Take a look at the control source for the field containing the date.
It sounds like you may have the field unbound which will accept a
value but will not change based on the changing the current record. If
the ControlSource is blank, you need to update this to show the field
name for the corresponding field in your data table.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top