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
Exclude all records from a join which have two specific values in one table
recovering *Contacts* from an old .OST file???
For i=0 to UBOUND(RegValueName) Type Mismatch: 'UBOUND'
How to delete a word bookmark when the document is launched from an Access form?
Can't run eseutil on Exchange 2k3 server
Bootmgr is missing, trying to import image using Windows PE/Imagex
Deploying SP3 for XP via WSUS 2.0
Adding Open Containing Folder to context menu
Access/Batch File
How do I send email messages via Access using addresses from a table? The message will be different for each receiver.