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
Undoing a record
Help with syntax of a vba range definition / sum
SQL Mail does not work with the 64-bit version of SQL Server
Object required error on if statement
Report runtime user input to be included
aspx/c# looping through data from within body
Exchange server 2003 - can't telnet to port 25 or receive inbound
SQLServer 2005
copy and paste an array formula?
@Xml.nodes - Query