Search the web
Sign In
New User? Sign Up
ms_access · Help and advice for users of MS access
? 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 17858 - 17887 of 21714   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17858
Hi I am unable to write subqueries in MS Access 97. Is there any specific format for the same ? Early repsonses appreciated. Thanks in advance. Sudheer...
bsudheergupta
Offline Send Email
Jun 1, 2005
10:22 am
17859
Thanks Tejpal, I am going to try right now. Steph "A.D.Tejpal" <adtp@...> wrote: Steph, Following alternatives are available for opening various...
Patrick Jean
mir_fred
Offline Send Email
Jun 1, 2005
1:32 pm
17860
Sudheer- A subquery must: 1) Be enclosed in parenthesis 2) Contain at least a SELECT and FROM clause (WHERE, HAVING, GROUP BY, and ORDER BY are optional) 3)...
John Viescas
jlviescas
Offline Send Email
Jun 1, 2005
1:37 pm
17861
Dear friends, I want to make a batch file to execute the following steps : 1. create a folder in my hard disc, with the name of the present date (i.e. C:\My...
billkond
Offline Send Email
Jun 1, 2005
3:38 pm
17862
... Not sure if this is any help but you can drag and drop objects to your desktop or perhaps a folder and this will invoke them directly without having to...
Anthony Ling
wind_in_the_...
Offline Send Email
Jun 1, 2005
6:21 pm
17863
Covenant Data Systems, Inc. is a software and web solutions company. We help our clients meet business objectives through software consulting, coaching,...
Rebecca Saenz
rebeccasaenz777
Offline Send Email
Jun 1, 2005
8:25 pm
17864
Hi Alena, I think we can help you but we'll need a bit more information. What is the rowsource of each of the 2 combo boxes? What is the name of the table you...
J. Mitchell Grossack
jrad1981
Offline Send Email
Jun 2, 2005
2:57 am
17865
Hi All, I want to build a database that will have the data imported from 9 different sets of data that I will be downloading as *.csv files. What if the best,...
asorin_ca
Offline Send Email
Jun 2, 2005
3:42 pm
17866
Group, I am writing an IIF Then Else statement in Access. I am able to have 13 IIF's in a single statement without any problems. However, when I add the 14th...
Isaiah Vi
isaiah_vi
Offline Send Email
Jun 2, 2005
4:48 pm
17867
Isaiah, I've never heard of a limit on the Immediate If Clause, however I have heard of limitations to the length of the string itself. Perhaps building a UDF...
J. Mitchell Grossack
jrad1981
Offline Send Email
Jun 2, 2005
5:44 pm
17868
Thanks for the suggestion Mitch, yeah I've never heard of this limitation either, but then again I've never had more than 13 IIF's in a single statement...
Isaiah Vi
isaiah_vi
Offline Send Email
Jun 2, 2005
6:09 pm
17869
Ok, I have an extensive database set up for my business and i have a question. I set up a query that pulls together all the unpaid invoices from my billing...
Victoria
torilyn73
Offline Send Email
Jun 2, 2005
9:54 pm
17870
OK, I just got the answer I needed from the ms access website. i should have looked there first. Thanks anyway and it was easy!! Victoria...
Victoria
torilyn73
Offline Send Email
Jun 2, 2005
10:06 pm
17871
Victoria- If the form is in Continuous Form view, all you need to do is add a text box to the footer of the form and set the Control Source to something like: ...
John Viescas
jlviescas
Offline Send Email
Jun 2, 2005
10:13 pm
17872
Hi I have two select statements which have to be combined distinctly. How do I do in MS Access 97? Say eg : 1st select query would return values Name Age...
Sudheer Gupta
bsudheergupta
Offline Send Email
Jun 3, 2005
11:45 am
17873
Sudheer- You don't need two queries. If all this data is in one table, simply add the fields you want. The SQL will end up looking like: SELECT [Name], Age,...
John Viescas
jlviescas
Offline Send Email
Jun 3, 2005
12:46 pm
17874
Hello Sorin, The only reason for a database to exist is the data it contains. Therefore you should always work with the data first. However, you need to figure...
Robin
robin5151
Offline Send Email
Jun 3, 2005
2:17 pm
17875
Hello Isaiah Vi, Remembering that each imediate if statement means a condition must be tested, I would have turned to a function long before the 13th ...
Robin
robin5151
Offline Send Email
Jun 3, 2005
2:22 pm
17876
Hi Mitch and anyone else who could kindly help, Thank you for the reply. Okay, here are more details: We're tracking our recruiting efforts. Basically, we want...
Alena Heislerova
ajh_1507
Offline Send Email
Jun 4, 2005
7:10 am
17877
Alena- In the AfterUpdate event of the Source field, you must dynamically build the Row Source for the second combo box to fetch the rows from the table ...
John Viescas
jlviescas
Offline Send Email
Jun 4, 2005
12:09 pm
17878
Hi John, Thank you for your kind help. I have to admit though that I'm not sure where to put what exactly. So, I have my Row Source query for the "Source"...
Alena Heislerova
ajh_1507
Offline Send Email
Jun 4, 2005
8:37 pm
17879
John: Thank you so much. I must be doing something wrong because the Source Detail field is not getting populated when I make a selection in the Source field....
Alena Heislerova
ajh_1507
Offline Send Email
Jun 5, 2005
7:12 pm
17880
... From: Dave Moreau Sent: Sunday, June 05, 2005 2:40 PM To: 'msaccess@...' Subject: How do you account for various screen resolutions? Is there a way...
Dave Moreau
airportpalm
Offline Send Email
Jun 5, 2005
7:41 pm
17881
Dave- I believe there's some sample code to detect screen size and attempt to auto-resize forms in one of the Getz/Litwin Developer's Handbooks - perhaps the...
John Viescas
jlviescas
Offline Send Email
Jun 5, 2005
9:08 pm
17882
Thank you John....I'll look for it. Dave ... From: ms_access@yahoogroups.com [mailto:ms_access@yahoogroups.com]On Behalf Of John Viescas Sent: Sunday, June 05,...
Dave Moreau
airportpalm
Offline Send Email
Jun 6, 2005
12:01 am
17883
Hi, I got a problem here :(( I have an mdb access application file. I set the file through "Tools->Start Up..." In the dialog box, I uncheck the "Display...
Doel Gundal Gandul
danjen.kampak@...
Send Email
Jun 6, 2005
12:14 pm
17884
If you haven't set AllowByPassKey to false, press and hold down the Shift key when you open your application. You'll then be able to view your database window...
Liveson Tumbulu
ltumbulu
Offline Send Email
Jun 6, 2005
12:28 pm
17885
Hold down the Shift Key when you open the database to make it ignore your Startup settings. John Viescas, author "Building Microsoft Access Applications" ...
John Viescas
jlviescas
Offline Send Email
Jun 6, 2005
12:32 pm
17886
Not exactly what I have in mind, I was thinking something like a little program that opens access forms, without opening MS access don't want other to mess...
leemrvnt
Offline Send Email
Jun 7, 2005
2:23 am
17887
Can you open forms just to enter new data without showing the first record and all the records. How can you disable the record counter at the bottom of the...
leemrvnt
Offline Send Email
Jun 7, 2005
4:49 am
Messages 17858 - 17887 of 21714   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