Evening all. I have a form that has a text box. The default value setting in it is "c:\".
The user is supposed to be able to enter "d:\" They can but...when they leave that box and run a macro, the macro first closes the form and reopens it and the default value is back, not "d:\". How can I...
Sorry but it didn't work. I stumbled across the following:
str = forms!Formname!TextBoxName.value
this worked but the
str = me.textboxname
didn't.
Thanks.
Thanks. Being a bit of a Access neophyte, I assume that "me" refers to the open form and "txtbox" is the name of the text box control I gave it?
TIA,...
Hello all. I have a macro that runs a function in one of my modules that depends on the value of what was typed into a text box on the form.
For example, the form has two controls. The first allows the user to enter, say, a path. c:\
The second control then runs a VBA function that I'd like to...
I have a FoxPro database that was imported into Access (we don't have FoxPro). The resulting table contains 100 records and three fields: A, B, C.
Field C is defined as a "memo" field and contains lots of text. I need a way to extract the contents of each of the memo fields for each record...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.