Okay, so I am 99.9999% sure i had this macro working but now it just refuses.
I may go into greater detail, but a macro I previously thought was working is no longer and i believe I know the source.
setvalue simply isn't working.
In the propertly value for a sheet I have the following (prior really shouldn't be too important)
1)MsgBox with the message just saying "next step"
2)SetValue with item [This is a textbox] and expression CurrentUser()
Originally I had a better expression that would have some meaning. For whatever reason though, the textbox [This is a textbox] will not set to a value. I put the message box there to make sure that the step SetValue is getting triggered, so I know it is, but the value will not set. I am using a 2003 .mdb file if that matters at all. any ideas for just having this textbox get a set default value?
I may go into greater detail, but a macro I previously thought was working is no longer and i believe I know the source.
setvalue simply isn't working.
In the propertly value for a sheet I have the following (prior really shouldn't be too important)
1)MsgBox with the message just saying "next step"
2)SetValue with item [This is a textbox] and expression CurrentUser()
Originally I had a better expression that would have some meaning. For whatever reason though, the textbox [This is a textbox] will not set to a value. I put the message box there to make sure that the step SetValue is getting triggered, so I know it is, but the value will not set. I am using a 2003 .mdb file if that matters at all. any ideas for just having this textbox get a set default value?