Microsoft
Software
Hardware
Network
Question : LinkMasterFields and LinkChildFields?
Hi:
What shoul I write here please?
Me.sufEmpAttend.SourceObje
ct = "sufEmpAttendChange"
Me.sufEmpAttend.LinkMaster
Fields = ???
Me.sufEmpAttend.LinkChildF
ields = ???
I have a field "AttendID"
It is in the two forms, the main and sub form
My main form name is "frmAttendance"
My sub form is "sufEmpAttendChange"
I do it this way but wrong, I get error message in the third line
Me.sufEmpAttend.SourceObje
ct = "sufEmpAttendChange"
Me.sufEmpAttend.LinkMaster
Fields = Me.AttendID
Me.sufEmpAttend.LinkChildF
ields = [Forms]![frmAttendance]![s
ufEmpAtten
dChange].F
orm![Atten
dID]
err:" Microsoft office access unable to find the field "sufEmpAttendChange" you point to in the Expression
and hi mark the third line "the LinkChildFields""
please
Answer : LinkMasterFields and LinkChildFields?
You must use "AttendID" to set the property value (with " ")
Random Solutions
Printing from .NET Windows Service - Object reference not set to an instance of an object
How to Right Justify DataGridView Column
Get SQLConnect in a program...
Website brings up 404 after failed stsadm restore
Access: 2 subreports. Start a new page if second one to big
Changing properties of a Read Only field
cleaning registry from nav, symantec, and mcafee
How do I import data (number values) into access with multiple decimal places, i.e., 64.01.01?
XCopy command leaves folder hidden
Microsoft SQL Server Cluster - Currently only uses port 1815, can 1433 be enabled?