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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 31517 - 31547 of 76978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31517
Thank you - that did the trick !...
Craig Pullen
cpullen50
Offline Send Email
Dec 1, 2005
1:03 pm
31518
Bill - thank you . The msg number cleared it up for me....
Craig Pullen
cpullen50
Offline Send Email
Dec 1, 2005
1:06 pm
31519
I would like to have the users be able to type a list of work order numbers and have a query return the status, (open or closed), for each work order. How...
tbankerd
Offline
Dec 1, 2005
2:40 pm
31520
I would use the Windows Task Scheduler to schedule the process and use a startup command in the Startup form to determine if access was opened through the task...
papparuff@...
papparuff
Offline Send Email
Dec 1, 2005
2:48 pm
31521
One way would be to use a small local temp table and use an "IN" clause in the query. Give them a continuous form to enter the numbers, with a command button...
Steve Conklin
stephenmconklin
Offline Send Email
Dec 1, 2005
2:53 pm
31522
Tim- Use the SQL IN clause: WHERE WorkOrderID IN (5, 125, 79, 33) .. but you can't substitute the list as a parameter. That is, you cannot use: WHERE...
John Viescas
jlviescas
Offline Send Email
Dec 1, 2005
2:55 pm
31523
Yes, they need those rights. Access creates a locking file (.ldb) when a user opens a database whether it is directly opened or opened via linked tables....
Bill Mosca
wrmosca
Offline Send Email
Dec 1, 2005
3:38 pm
31524
Hai All, I am a beginner in MS Access. I am preparing all the concepts to pragram and develop an efficient application using VBA. But as i dont hav any real...
suneela_11
Offline Send Email
Dec 1, 2005
4:54 pm
31525
Greetings All, I completed my report design and it is looking good with one exception. I finally got the syntax correct for adding conditional formatting to ...
Embrey, Darrell (D.L.)
embreydl
Offline Send Email
Dec 1, 2005
5:04 pm
31526
For all that might be interested, I worked around the conditional formatting problem by adding a Select Case block in the group footer print event. The block...
Darrell
embreydl
Offline Send Email
Dec 1, 2005
5:23 pm
31527
Darrell- If you're setting the text box value in code, Conditional Formatting might not work because it might run before you set the value. A timing problem. ...
John Viescas
jlviescas
Offline Send Email
Dec 1, 2005
5:26 pm
31528
John please explain a little more. I am fairly new to Access some terms are still unfamiliar to me. The database is always available for you to look at. And...
CARLOS
carlitos_gon
Offline Send Email
Dec 1, 2005
5:36 pm
31529
thanks Bill. Alternatively, I created the subform based on the junction table and added a combo for the Div name based on Div table and defined its Control...
atbh10
Online Now
Dec 1, 2005
5:45 pm
31530
Here is my problem: Say I have a products table: PRODUCT ======== Prod_id Prod_name Dept Type ... It is now possible that some of the products can also be a...
atbh10
Online Now
Dec 1, 2005
5:55 pm
31531
John, It would seem that it would be all or nothing in that case. I had instances where a part number summary would be highlighted but the catalog and PMT...
Embrey, Darrell (D.L.)
embreydl
Offline Send Email
Dec 1, 2005
6:21 pm
31533
Thanks ! I'll try your/Bill's solutions today. I already use Task Scheduler to compress/repair my Access db's nightly (via batch file), so this would work out...
George Golde
gagger1
Offline Send Email
Dec 1, 2005
7:15 pm
31534
George We have a MDE deployment/update batch file in our group files. I use a modified version for all my MDEs. Bill ... and ... was ... process ... ...
Bill Mosca
wrmosca
Offline Send Email
Dec 1, 2005
7:39 pm
31535
Carlos- What is the current Row Source of the list box? What are the names of the two text boxes that contain dates? What are the names of the date fields ...
John Viescas
jlviescas
Offline Send Email
Dec 1, 2005
10:05 pm
31536
Hi everyone! I need some help with this code. I'm trying to get the results of a subform to be based on a popup dropdown list. Everyting works accept it...
mithomas48
Offline
Dec 1, 2005
11:34 pm
31537
I guess I'llhave to look into how to set security. When I looked into it a few years ago, it didn't make sense, but back then Access didn't make sense either,...
Jim C
liteguy.rm
Offline Send Email
Dec 2, 2005
12:00 am
31538
If you add the Division table to the Record Source of the subform, there will be no need for the DLookup. You can include the Div_Name in the query, and...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2005
12:52 am
31539
Yes, that's the correct design. Define a form to edit products. Add a subform to edit Product_ProductGroup. ONLY when the binary field is true, display the...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2005
12:55 am
31540
Dear mithomas48: When you make an assignment like Me.Absence = rs("Absence"), you're assigning the value to whatever is the current row in the form where this ...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2005
1:11 am
31541
Jim There is a link in our links group for Access Security FAQs. While the article can be daunting first read-thru, once you get through it you will be on your...
Bill Mosca
wrmosca
Offline Send Email
Dec 2, 2005
2:10 am
31542
I tried to point out the most efficient way to accomplish what you want. The point is that you are making it more resource-expensive by using a DLookup. My...
Bill Mosca
wrmosca
Offline Send Email
Dec 2, 2005
2:15 am
31543
Wow that is quite a read. Maybe I should just set up a something that just backs up the database daily into a folder that the other group has access to? But...
Jim C
liteguy.rm
Offline Send Email
Dec 2, 2005
11:39 am
31544
JHundley, My sample db named ScheduleTracker might be of interest to you. It is available at Rogers Access Library (other developers library). Link -...
A.D.Tejpal
adt_y
Offline Send Email
Dec 2, 2005
12:39 pm
31545
Hello all, Is there a way to find out which user has a current record locked? Can I pull their user into a text box on a form so if someone opens that record...
johnconklin2005
Offline
Dec 2, 2005
3:41 pm
31546
Jim One way would be to use replication. Another way would be to create a utility database with a startup form that runs a function to copy the database and...
Bill Mosca
wrmosca
Offline Send Email
Dec 2, 2005
3:49 pm
31547
Greetings All, Does any one have an example of a user form that utilizes two list boxes for the user to select report/query criteria? If so, would you mind ...
Embrey, Darrell (D.L.)
embreydl
Offline Send Email
Dec 2, 2005
5:25 pm
Messages 31517 - 31547 of 76978   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