Newbie Question

J

Jason Frazer

I'm putting togather a simple openform Sub.
How can i get the value from the current loaded form.. The field name is
[Picturename] and set it equal to strName
The form name is FmBridge

Thanks
Jason
 
J

Jason Frazer

That does not work.

Thanks
Jason
Cheryl Fischer said:
How about ?

strName = Me!Picturename


hth,

--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


Jason Frazer said:
I'm putting togather a simple openform Sub.
How can i get the value from the current loaded form.. The field name is
[Picturename] and set it equal to strName
The form name is FmBridge

Thanks
Jason
 
C

Cheryl Fischer

As far as I know, "That does not work" is not an Access error message. Do
you receive an error message?

--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


Jason Frazer said:
That does not work.

Thanks
Jason
Cheryl Fischer said:
How about ?

strName = Me!Picturename


hth,

--

Cheryl Fischer, MVP Microsoft Access
Law/Sys Associates, Houston, TX


Jason Frazer said:
I'm putting togather a simple openform Sub.
How can i get the value from the current loaded form.. The field name is
[Picturename] and set it equal to strName
The form name is FmBridge

Thanks
Jason
 
Top