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...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 35512 - 35541 of 76925   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
35512
If you are running a pass through query to an SQL Server try this: dim qrystring as string dim q as querydef 1) for a string variable - qrystring = "Select *...
Jules Schulman
waterford1440
Offline Send Email
Apr 1, 2006
2:51 pm
35513
Kathy I'm confused. Are you appending a new record or updating an existing one? Regards, Bill Mosca Founder ... From: MS_Access_Professionals@yahoogroups.com ...
Bill Mosca
wrmosca
Offline Send Email
Apr 1, 2006
3:02 pm
35514
Hello Greg, Wednesday, March 29, 2006, 10:51:34 PM, Greg wrote: G> Is it possible to change table field lookup properties in code? Maybe going to far in code....
Greg
gw_goldwing
Offline Send Email
Apr 1, 2006
3:09 pm
35515
Jim That's really not a strange behavior. All windows applications operate that way when there is a parent and child forms floating within it. This is called a...
Bill Mosca
wrmosca
Offline Send Email
Apr 1, 2006
3:23 pm
35516
(This tip refers to Access 2000. It will work for most versions of Access, but some of the steps might not be the same for all versions.) This one is was...
Bill Mosca
wrmosca
Offline Send Email
Apr 1, 2006
9:55 pm
35517
That should have read "you can enter docmd.restore in the on close event property and not be bothered with strange happenings." What I was trying to point out...
Jim C
liteguy.rm
Offline Send Email
Apr 1, 2006
11:30 pm
35518
I need to append an additional contact date to the Response table. The problem is that the best way to select the records to update is by using the same fields...
Kathy Upton
uptonkathy
Offline Send Email
Apr 2, 2006
4:18 am
35519
Kathy, there seems to be some confusion of terms here. You append records to an existing table, not to existing records. To change records, you update them....
Thomas Ewald
tewald
Offline Send Email
Apr 2, 2006
1:32 pm
35520
Kathy I Think this (with a bit of name-changing) will do it. INSERT INTO tblOrders ( OrderDate, CustomerID ) SELECT #3/27/2006# AS SecContact,...
Bill Mosca
wrmosca
Offline Send Email
Apr 2, 2006
5:02 pm
35521
OK, I THINK I can see where names would need changing but where exactly do I have to put this little code....sorry, you went a bit beyond my ³query² ...
Kathy Upton
uptonkathy
Offline Send Email
Apr 3, 2006
3:19 am
35522
Kathy That query should run if you use SecContact as the date for the second email. It's not a function. It's just an alias for the date that is going into...
Bill Mosca
wrmosca
Offline Send Email
Apr 3, 2006
6:02 am
35523
It sounds like your table format and relationships to other tables needs some work. You might want to post the table names and the fields of each and describe...
Jim C
liteguy.rm
Offline Send Email
Apr 3, 2006
11:52 am
35524
Thanks guys. Now I know ... Abraham ... txtQuantityBeforeSale,...
Abraham
owentech
Offline Send Email
Apr 3, 2006
12:43 pm
35525
Hi yet again, Jim, You're the head of PLD, then? Yours is the only town I know that has two electrical departments - our water plants had lines from both of ...
banphriosa
Offline Send Email
Apr 3, 2006
1:52 pm
35526
I have two tables that I want to combine using a unique key. I have the relationship setup. The thing is I have a "notes" field in each table and I want to...
Rob
rpmazur0169
Offline Send Email
Apr 3, 2006
4:51 pm
35527
Hello group! I have the following question and I would greatly appreciate any help I can get. I have report with several check boxes and fields with...
gabriel ortega
josp22
Offline Send Email
Apr 3, 2006
4:57 pm
35528
Here's a brief summary of the important tables and field names: The primary table is "BridalDatabase" and it's a record of our marketing of dry cleaning...
Kathy Upton
uptonkathy
Offline Send Email
Apr 3, 2006
5:03 pm
35529
Generally, something like: Combined: Table1.NoteField & "/" & Table2.Notefield Paul...
Paul
pbaldy72
Offline Send Email
Apr 3, 2006
5:12 pm
35530
I have the following query that I would like to put into a chart. However, I see where I can only use 1 series. How can I make it to where it shows ...
Mandy Suwienski
mandyjo830
Offline Send Email
Apr 3, 2006
5:50 pm
35531
Kathy Here is your query. It will add a new record for each Bride who was contacted on 3/9/2006. The new records will have a contact date of 3/27/2006. Change...
Bill Mosca
wrmosca
Offline Send Email
Apr 3, 2006
6:13 pm
35532
Sounds like exactly what I need...now I just need to know where to put it...Iım only familiar with the standard design view query. Havenıt typed anything...
Kathy Upton
uptonkathy
Offline Send Email
Apr 3, 2006
6:38 pm
35533
Gabriel You will have to code for each control in the section that it is in. Here is an example of hiding all checkboxes in the detail section of a report if...
Bill Mosca
wrmosca
Offline Send Email
Apr 3, 2006
6:42 pm
35534
It's pretty easy, Kathy. Open a new query in design view. When the box that shows all the tables opens, close it. That will leave you with an empty querlyk...
Bill Mosca
wrmosca
Offline Send Email
Apr 3, 2006
6:46 pm
35535
Bill, I don't see anything marked "MISSING", although there are several hundred and I might have missed it. All I see checked are: Visual Basic for...
runuphillracing
Offline Send Email
Apr 3, 2006
7:04 pm
35536
Thanks, Bill. I would have responded sooner, but have been out of town for the past two weeks. Thanks for the advice and for the sample! Lauren ... ...
Lauren R. Pacini
lrpacini
Offline Send Email
Apr 3, 2006
7:16 pm
35537
I want to help the managers identify orders they can ship early, to free up warehouse space. Database is mostly straight forward - orders, production,...
runuphillracing
Offline Send Email
Apr 3, 2006
8:15 pm
35538
Anyone who uses SQL back ends might be interested in reading this M$ article. Integration Services will replace DTS packages. The article is here: ...
Bill Mosca
wrmosca
Offline Send Email
Apr 3, 2006
8:15 pm
35539
Adam I just tried the database in Access 2000 and I got the same error that you got. It must be because the sub forms are actually crosstab queries an dnot...
Bill Mosca
wrmosca
Offline Send Email
Apr 3, 2006
8:34 pm
35540
Thanks. Upgrading isn't my choice, and may not be necessary. I've created a work-around by designing crosstab reports with stable field names, then a form...
runuphillracing
Offline Send Email
Apr 3, 2006
9:01 pm
35541
Hi all. I am wondering if it is efficient to generate a sql statement in code and save it as a query before returning a search result? I need to base another...
Squires, Neil
greaterdesig...
Offline Send Email
Apr 3, 2006
9:19 pm
Messages 35512 - 35541 of 76925   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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