Thanks goes to 'smah' for amusing us.
The people I work with frequently come to me and say "just Push the Freaking Button" after I showed them the program. It has become the source of many one-liners around here.
Thanks Kaz888 for your link.
...and don't forget to just Push the...
Ahh, my bad. I thought that link was to your personal website. When I read the post, I thought to myself, "This person is patronizing me". I didn't realize this was the name of a software. My appologies... --------------------------------
Fortius, Citius, nullis secundus
Strength...
Yes pushing the button is a workaround however, I don't have time, nor get paid to come into work at 3:00 AM and push a button over 100 times!
The workaround you suggested is a horrible waste of time, wouldn't you agree? --------------------------------
Fortius, Citius, nullis secundus...
Outlook Experts,
I'm having an issue with Outlook 2002 XP that has me baffled.
Background:
I have an Access database that automatically sends bulk email to 100+ people at odd hours of the day i.e. 3:00 AM (This way normal daily traffic is not dirupted). Each person gets a different report, so...
I just upgraded Gentran Server NT from 2.1 to 3.1.1. Everything was working fine until I altered a map. When the new map started generating errors I rolled back to the old map. Now the old map is not working correctly.
I read in the release notes that old maps by default had a compatibility...
fred,
Try looking at faq705-256
This might solve your problem. --------------------------------
Fortius, Citius, nullis secundus
Strength, Speed, second to none
hallian92,
Yes there is another way to do this that is better. You will use the DoCmd.RunSQL statement.
Basically, the easiest way to implement this is to build an append query and change to SQL view from the design grid. Then use the SQL to build the statement in VBA.
Search Access help for...
Check out Sterling Commerce at:
http://www.sterlingcommerce.com/customer/education.html
They have very in depth training and also the software (Gentran Server) as well as the VAN/VASP networks to help you set up your EDI solutions. --------------------------------
Fortius, Citius, nullis...
santosh1,
From what I understand these are the fields you have for your three tables:
-Temp has countryID
-Geography has countryID, currencyCode
-Currency has currencyCode, currencyDescription
If this right? If it is then your query would look like this:
SELECT Temp.countryID...
Hi santosh1,
What you want to do is set up a make table query that writes all of the data from the Geography table where the countryID is equal to the countryID in the Temp table. Here is a piece of SQL you can use to set up the make table query:
SELECT Geography.countryID...
I'm trying to truncate the decimals from a calculation that I'm making in a query. I have the following function but it returns 0 (zero) for all of my values.
Public Function RndDn(MyNum As Double) As Integer
Dim lngResult As Long
lngResult = Int(MyNum)
MyNum = lngResult
End...
Super Dave,
Thanks for the help. The "Interior" property was tripping me up. Not to mention the column selection. --------------------------------
Fortius, Citius, nullis secundus
Strength, Speed, second to none
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.