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
Cell with date shows as numeric ..
List box select color... Access 2007
order by in union works in sql 2005 but not in sql 2000
Win7 unable to remotely manage Win2k8 Full Server
Deploying printers with GP in a mixed enviroment
MS Access VBA SQL query with varables - is it possible?
migrating SQL databases to another server and get some weird error messages
Get Terminal Server Client Name via T-SQL
Convert datetime to character string
Type mismatch error when setting row height or column width