need help

  • Thread starter Thread starter jhay
  • Start date Start date
J

jhay

hi,

i'm using access2002 as my front-end and sql as my
database. i encountered a problem assigning my variable
to a textbox, it prompts me an error saying "you can't
assign a value to this object"

thanks,
jeff
 
Jeff,

We'll need a little more information then this.

How about posting the code you are using.

-Daran
 
Hi Jeff,
Are you assigning your variable like this?

Me!Mytextbox.Value = myvariable

HTH
Chris
 
Back
Top