Search the web
Sign In
New User? Sign Up
MS_Access_Professionals · MS Access Professionals
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 64459 - 64488 of 64488   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64459
One place you did not check is our database folder. We happen to have a database of runcmds. They might not be the latest, but there is a lot there. Regards, ...
Bill Mosca
wrmosca
Offline Send Email
Aug 29, 2008
1:46 am
64460
Darrell First, Jet was not happy with my "Not" so the line has to be changed to: AND (((InStr("," & [forms]![Form3]![txtExclude] & ",","," & [OrderID] &...
Bill Mosca
wrmosca
Offline Send Email
Aug 29, 2008
7:03 am
64461
Hi Istari, It sounds as though you should have two separate messages. One for the case of OverWrite and one for Insert. How does the user know which to choose...
Clive Williams
horastacatto
Offline Send Email
Aug 29, 2008
8:32 am
64462
Hello all. I have created a form off of just one Access table. I also have a Pass- Through query that pulls data from a SQL datasource. The record set has 10...
Jeff
jeffrey_lamore
Offline Send Email
Aug 29, 2008
12:11 pm
64463
Hi Jeff, Try creating a form using the PassThrough query as the RecordSource and AutoForm: Tabular or Datasheet and let us know what results you get. Regards,...
Clive Williams
horastacatto
Offline Send Email
Aug 29, 2008
12:32 pm
64464
Thanks, Clive. Will the Autoform have the table as the Recordsource. I'm quite the novice with Access and am having trouble with having multiple datasources on...
Jeff
jeffrey_lamore
Offline Send Email
Aug 29, 2008
12:42 pm
64465
Bill, Thanks again for this. I put this code in the afterupdate event of the txtexclude control and it works perfectly!! Doyce ... doesn't ... much ... ...
dnwinberry
Offline Send Email
Aug 29, 2008
1:28 pm
64466
Doyce Very good. Glad I help you with this. Bill ... code ... Mosca" ... first ... [frmInvoiceBackup]! ... part ... for ... way...
Bill Mosca
wrmosca
Offline Send Email
Aug 29, 2008
2:19 pm
64467
Can anyone recommend a good book for learning VBscript? I am very familiar with VBA in Excel, though less so in Access, if this will make any difference in the...
James McAlister
amazingbrudd...
Offline Send Email
Aug 29, 2008
3:02 pm
64468
Thanks for the response.  I do have some questions:   -Why do you think I need 2 tables?  The rate code will not change, the billing rate will. -Assuming I...
Jan Hertzsch
phssthpok3
Offline Send Email
Aug 29, 2008
4:34 pm
64469
Hi Jan, If your labor codes will never change, then the labor code could be the primary key for the labor code table. If you use a single table to store labor...
Darrell Embrey
embreydl
Offline Send Email
Aug 29, 2008
5:02 pm
64470
Happy Friday pros! I have a form with a text box bound to a hyperlink field. I'm using a "browse" button to use the common dialog to insert the path/filename...
liz_ravenwood@...
lizravenwood
Offline Send Email
Aug 29, 2008
6:23 pm
64471
Hi James It really isn't that far Off Topic. In fact, we have a Scripting folder in our Links section. Your Excel VBA will give you a big head start. You...
Bill Mosca
wrmosca
Offline Send Email
Aug 29, 2008
6:32 pm
64472
Query criteria based upon reference to form control (Having comma separated string of multiple values) =================================== Bill, Darrell, ... ...
A.D.Tejpal
adt_h
Offline Send Email
Aug 29, 2008
6:43 pm
64473
Ok, so I can't seem to figure out how to store the data that I am pulling from a commbo box! I have a Combo Box (COMBOPART_ID)with row source: SELECT...
Reginald
visualuser77
Offline Send Email
Aug 29, 2008
7:37 pm
64474
The value isn't being saved because the control isn't bound to a field in the recordset. Try the following: Private Sub COMBOPART_ID_AfterUpdate() Me.FORT_COST...
Darrell Embrey
embreydl
Offline Send Email
Aug 29, 2008
8:07 pm
64475
adding on... if it is the 4th column in the SQL statement, you will need to use column(3) since column indexes start at 0 (zero)... also, you will need to...
strive4peace
strive4peace...
Offline Send Email
Aug 29, 2008
11:45 pm
64476
Hi A.D. Thanks for taking the time to show more ways to accomplish an IN operation. This is a common requirement and deserves attention by us all. Bill From:...
Bill Mosca
wrmosca
Offline Send Email
12:13 am
64477
Hi Jeff, You can use the autoform with up to a maximum of 255 fields in the source. Search in Access Help for 'Access Specifications', without the quotes, to...
Clive Williams
horastacatto
Offline Send Email
12:23 am
64478
Thanks, Bill! Will look at the folder. Do you know of a book? James ... -- Sent from Gmail for mobile | mobile.google.com...
James McAlister
amazingbrudd...
Offline Send Email
12:25 am
64479
I have a date field that I'm using to schedule a follow-up date. I need to keep the date within 90 days of the date the form is created. What I want to have...
avgjoe1964
Offline Send Email
1:58 am
64480
James I really don't know of a book. There is so much free stuff through Microsoft that I doubt you would need to buy a book. Bill From:...
Bill Mosca
wrmosca
Offline Send Email
2:01 am
64481
Yes, i have looked at some of it. Was just looking for a way to use the gift card my son gave me. :-) Thanks again! ... -- Sent from Gmail for mobile |...
James McAlister
amazingbrudd...
Offline Send Email
2:22 am
64482
LOL Gift cards are good. I guess the best thing is to search the net. Or spend the gift card on a good CD like Bob Dylan's new one of maybe Donavan's new ...
Bill Mosca
wrmosca
Offline Send Email
3:07 am
64483
Forgiven! ;-) ... -- Sent from Gmail for mobile | mobile.google.com...
James McAlister
amazingbrudd...
Offline Send Email
3:30 am
64484
Hi Joe, on the control BeforeUpdate event: '~~~~~~~~~~~~~~~~~~~~~~ if IsNull(me.date_controlname) then 'date is not filled out exit sub end if if...
strive4peace
strive4peace...
Offline Send Email
4:14 am
64485
You are most welcome Bill! As rightly stated by you, the topic does come up from time to time, in some form or the other. Best wishes, A.D. Tejpal ... From:...
A.D.Tejpal
adt_h
Offline Send Email
4:44 am
64486
Hi, Is there any control with a down arrow on which if i click on that it will show the display/content/list, and if I click on the up arrow at the bottom it...
uruba1971
Offline Send Email
7:44 am
64487
Hey, pros, Does anyone have any recommeded reads (books or 'net sites) for integrating SQL server back ends and Access front ends, especially on the...
Shay Bee
shaybeegood
Offline Send Email
8:20 am
64488
Hi, how do you set a "user defined" field in the contacts cards? ... integrating ... differences in ... this time, ... reporting ... db in ... website on the ...
giorgio_rovelli
Offline
9:16 am
Messages 64459 - 64488 of 64488   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help