OK. I think I'm going crazy. I have been spending all day trying to figure this out, but all the whitepapers and all the books in the world aren't helping. Here is how my db is set up:
I have a form with textboxes linked to those on a table. It is a client table. To have this table linked with...
I pretty good with the basics of Excel. My boss has me doing something now, i'm not experienced doing. Here is what I need:
I have a monthly .txt file. I import the information into excel. One column has a page number. I sort by that column. I have a worksheet for each page number. I need to...
I don't want to set this up as a macro. I would like to write a line to prompt a user to save a form as .xls. Here is where I am:
docmd.OutputTo(acOutputForm,New Contract,(*.xls))
it's looking for an (=) sign somwhere. Where am I wrong.
I am attempting to pass time as a variable. The textbox on the form that the time will be passed into is set to short time. I use input box to get the time from the user like this starttime=inputbox("Enter Time"). Regardless of what is entered the time plugged into the forms' textbox looks like...
I very rarely work with checkboxes what is the value considered. For example if a check box or radio button is selected i'm checking
If chkbox.(value)=** then
I thought it was enabled but I was wrong
I get a .pdf document once a month about 55-60 pages in length on average.
I need for each page to be saved in .pdf format in a different folder on the same network drive. Which folder it is saved to depends on which car dealership location it is.
I can manually export one page at a time, but...
Hey guys. It's been a while since I've done this. Can somebody please provide me with the correct coding to populate a variable that can be used on another form. I know that I have to dim it at the module level and make that module public, but I can't remember what the coding looks like.
Thanks
I would like to write a Do Until loop that asks an input box to ask a question until only a 1 or a 2 are entered? I think mycoding is wrong. Here is what I have
do until number="1" or "2"
NUMBER=inputbox("Please press 1 or 2")
LOOP
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.