L
Leslie
I'm trying to perform a lookup for a SoftwareName field in the Software Table
and load it into Text Box ControlSource in my UserSoftware table. This is my
syntax. I keep getting "Invalid Control Property" and when I run the lookup,
I get #Name? in the results field.
These are the tables and relevant fields:
Software
SoftwareID
SoftwareName
UserSoftware
SoftwareID
Text Box:Text9
This my syntax:
DLookup("[SoftwareName]", "Software", "[SoftwareID] = "' &
Forms![UserSoftware]!SoftwareID & '")
Any help would be appreciated. I am guessing at the syntax because I don't
understand the difference between " and ' and I don't know the functionality
of the &.
Thanks,
Leslie
and load it into Text Box ControlSource in my UserSoftware table. This is my
syntax. I keep getting "Invalid Control Property" and when I run the lookup,
I get #Name? in the results field.
These are the tables and relevant fields:
Software
SoftwareID
SoftwareName
UserSoftware
SoftwareID
Text Box:Text9
This my syntax:
DLookup("[SoftwareName]", "Software", "[SoftwareID] = "' &
Forms![UserSoftware]!SoftwareID & '")
Any help would be appreciated. I am guessing at the syntax because I don't
understand the difference between " and ' and I don't know the functionality
of the &.
Thanks,
Leslie