cath_hopes
Registered User.
- Local time
- Today, 14:35
- Joined
- Oct 17, 2007
- Messages
- 52
I've been going round in circles for a while with this one and I'm sure there's an easy solution - I just can't see it!!
Anyway, I have two forms both based on the same table: Property which has a primary key "Property ID". Form1 asks the user to select a property using the a combo button. The code behind this button is:
DoCmd.Openform "Property Form", , , , , , "[Property ID];[House Name/ Number];[Address Line 1];[Date record created]"
This opens form2 (Property form) and form2 should then show all the editable record details for the selected property but instead each field show #Name? instead. The 4 parameters are passed to the second form just not having any influence...
What do I need to do to correct this?
Hope someone can help!
Anyway, I have two forms both based on the same table: Property which has a primary key "Property ID". Form1 asks the user to select a property using the a combo button. The code behind this button is:
DoCmd.Openform "Property Form", , , , , , "[Property ID];[House Name/ Number];[Address Line 1];[Date record created]"
This opens form2 (Property form) and form2 should then show all the editable record details for the selected property but instead each field show #Name? instead. The 4 parameters are passed to the second form just not having any influence...
What do I need to do to correct this?
Hope someone can help!