Hi, I'm trying to assign a value to a field. eg
. However after I click or attempt to write somewhere else the system puts a space between the field. See below:
then I get this error: "Invalid Use of Property".
Please help! Thanks.
Code:
Me.pcmammogram-confirmed = "Yes"
Code:
Me.pcmammogram-confirmed = "Yes" (this is how its written) Me.pcmammogram -confirmed = "Yes" (This is how it looks
Please help! Thanks.
Comment