StarGrabber
Junior App. Developer
- Local time
- Today, 01:07
- Joined
- Oct 21, 2012
- Messages
- 165
With my statement "Change whatever you want..." I didn't say "corrupt your database". But this is what you've certainly done. As a consequence "nothing seems to work any more"!
Why do you put the textboxes 'CommenceDateStart' and 'CommenceDateEnd' on the mainform although their control sources are contained in the query of the subform? I transferred this query into a separate query object named 'qrySubformNew' and changed the subform's recordsource accordingly. In this query you are mixing the wrong tables if you want to add new records. You can now select another client's name (i.e. change it) but you cannot append records. Therefore I altered the corresponding subform property (otherwise the user gets an error message when he wants to save a new record).
What do you mean with the field "CommenceDateEnd"? Sorry, but this doesn't make any sense to me.
What exactly do you want?
Why do you put the textboxes 'CommenceDateStart' and 'CommenceDateEnd' on the mainform although their control sources are contained in the query of the subform? I transferred this query into a separate query object named 'qrySubformNew' and changed the subform's recordsource accordingly. In this query you are mixing the wrong tables if you want to add new records. You can now select another client's name (i.e. change it) but you cannot append records. Therefore I altered the corresponding subform property (otherwise the user gets an error message when he wants to save a new record).
What do you mean with the field "CommenceDateEnd"? Sorry, but this doesn't make any sense to me.
What exactly do you want?
