I am entering Dates of birth and if someone is born before 1930 then the date format recognizes it as 2029, i.e...
Birthday Keystrokes Access Reads as
1/1/1930 010130 1/1/1930
1/1/1929 010129 1/1/2029
1/1/1928 010128...
Thanks, I'll check out the article. But what I've found is that if you:
1. Open Access
2. (Without a db open) - press Alt-F11 (VBEditor opens)
3. Go back to Access Screen
4. Choose File-Open and open a .mdb and pres Alt-F11
5. And theres the code!
.mde's are different, but I still need to...
Will I need to do this to every form?
My goal is for there NEVER to be a tool bar.
So when it loads on another pc if they previously had a toolbar loaded, it would be unloaded.
My guess would be that if I have to unload "toolbar1" then if they have the default or another toolbar by...
How do you remove the toolbar?
It doesn't show in my db's but when I put it on another pc, it comes up with the toolbar showing.
I tried to set the toolbar control to =1
like you do to remove the menubar, but it didn't work.
I want a cmd button on a form that lets the user "compact and Repair" the database.
The menu's have been removed.
There is a hidden menu, called "Developer" which is only accessible thru a password protected form, that has the menu option "Compact and Repair...
On the doubleclick event I have an input box that asks for a password.
I want the form to open if inputbox = txtPassword and cancel if it doesn't.
I can't seem to "call" the inputbox string.
In the Open event looks something similar...
if txtpassword.text = inputbox.text then
'do...
I would like to give the user the option of what fields they want on a report. For instance if they wanted to print out a sales report they could choose, before printing, what fields they wanted...
DateSold
Salesperson
SalesRegion
ProductSold
SoldTo
Customer
CustomerAddress
If they wanted...
Anthony,
It worked!!!!! (but you already knew it would didn't you?)
Thank you!!!!!!!!
I tried puting the txtbox IIF in the detail section and then summing the count, but that didn't work either... thank you so MUCH!
Jon
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.