Re: Pulling data from a form into a subform
- From: "David C. Holley" <DavidCHolley@xxxxxxxxxxxx>
- Date: Sat, 08 Oct 2005 10:56:57 -0400
Is empID the key field in the table? Is there a one-to-many relationship between csmEMPID in the table its being stored in and empID in its table? If so, do you have referential integrity setup?
Steveo99 wrote:
When a user wants to create a new record in my I want to pull over the Employees ID. My code doesn't generate an error, but it is not working. It is:
Me!csmEMPID.Value = Me.Parent!empID.Value
Any thoughts?
.
- Prev by Date: Re: Broken references, Please check my code !
- Next by Date: Re: Automate Sending a filtered Report as an Attachment to an Outl
- Previous by thread: Password protect VBA code
- Next by thread: Re: Data Access Pages
- Index(es):
Relevant Pages
|