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...
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 18956 - 18985 of 21712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18956
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ms_access group. File : /COMPUTER.xls...
ms_access@yahoogroups...
Send Email
Dec 1, 2005
2:39 pm
18957
Dear friends, i wishing you all the best i want a calculator in my Internet Cafe which Ending time - Starting time = Total used time and cost minimum 3.00$,...
ba_latheef
Offline Send Email
Dec 1, 2005
2:57 pm
18958
Hi, I'm trying to base a listbox on two combobox choices. Example: form has two comboboxes month and year. and a listbox, set to visible.false on open Once...
eliotchs
Offline Send Email
Dec 1, 2005
4:19 pm
18959
Excel works just like Access - the format you define for the Cell determines how the value is displayed, so you should be able to display 12-hour times. To...
John Viescas
jlviescas
Offline Send Email
Dec 1, 2005
4:21 pm
18960
I am confused, are you trying to do this in Excel or Access? It can easily be done in either, but as this is an Access forum and you're uploading a...
J. Mitchell Grossack
jrad1981
Offline Send Email
Dec 1, 2005
4:29 pm
18961
Set the listbox rowsource after the user chooses the month and year. If the rowsource is set on form open that is when it is looking for the parameters, not...
J. Mitchell Grossack
jrad1981
Offline Send Email
Dec 1, 2005
4:43 pm
18962
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:50 pm
18963
Hi Mitch, I tried the following: Forms!viewincidentsbymonth!Imy.RowSourceType = "Table/Query" Forms!viewincidentsbymonth!Imy.RowSource = "empbymonth" 'where...
eliotchs
Offline Send Email
Dec 1, 2005
8:47 pm
18964
Hi everyone, I have a rather simple dilemma but for some reason I cannot get this to work. Can someone help me out? I am creating a database for a crisis...
Jose Luis Jr Mora Jr
verypapichulo
Offline Send Email
Dec 1, 2005
11:22 pm
18965
Joe- You can't assign a string value to RowSourceType - it's actually an integer. But you shouldn't need to set that property in code anyway. What's the SQL ...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2005
12:58 am
18966
Jose- You should use the Primary Key value for the filter: DoCmd.OpenForm "frmCallDetails", _ WhereCondition:="[Call Received] = #" & _ Me.[Call Received] &...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2005
1:04 am
18967
John, Thanks. That worked. Jose John Viescas <JohnV@...> wrote: Jose- You should use the Primary Key value for the filter: DoCmd.OpenForm...
Jose Luis Jr Mora Jr
verypapichulo
Offline Send Email
Dec 2, 2005
6:40 am
18968
I have a table with sequences of numbers that are essentially the same except for the leading digits. The idea is a "10" indicates a case and the "00"...
raysgoogle
Offline Send Email
Dec 2, 2005
1:51 pm
18969
Hi John, Thanks for getting back. Here is the SQL for the query: SELECT [Incident Query].ID, [Incident Query].name, [Incident Query].DOI,...
eliotchs
Offline Send Email
Dec 2, 2005
1:56 pm
18970
Ray- Maybe I'm missing something, but the "From" data looks exactly like the "To" data, so I don't understand your problem. John Viescas, author "Building...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2005
4:25 pm
18971
Joe- Your two parameters in the query are incorrect. The first one should be: [forms]![incidentsbymonth]![combo9] And the second: ...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2005
4:44 pm
18972
I have a data entry form with a button that can be clicked so that the user can check to see if any new cases have been loaded for him. The ID number on the...
Sandra Maroney
samaroney
Offline Send Email
Dec 2, 2005
7:05 pm
18973
Sorry. Thanks for taking a look. The list (table) is vertical, and the end result (either table or spreadsheet) has to be horizontal. It's just something that...
raysgoogle
Offline Send Email
Dec 2, 2005
11:13 pm
18974
Oh. Join the table to itself: SELECT T1.UPC, T1.gtin As ItemCode, T2.gtin As CaseCode, T1.Desc As Description FROM MyTable As T1 INNER JOIN MyTable As T2 ON...
John Viescas
jlviescas
Offline Send Email
Dec 2, 2005
11:27 pm
18975
Hi everyone, Is there a way to manually save through a macro and/or VB while a new record is being entered in a form? I have a form with the following fields: ...
Jose Luis Jr Mora Jr
verypapichulo
Offline Send Email
Dec 3, 2005
1:10 am
18976
Hi, Now that I have my listbox working(Thanks John!) I'm trying to setup a button on the form which sends a different form to the printer. Form that opens =...
eliotchs
Offline Send Email
Dec 6, 2005
5:39 pm
18977
Joe- First, the query should be: PARAMETERS [Forms]![irneedaproval]![iralist] int; SELECT [Incident Query].* FROM [Incident Query] WHERE ((([Incident...
John Viescas
jlviescas
Offline Send Email
Dec 6, 2005
7:23 pm
18978
Hi John, The form does open using the command: DoCmd.OpenForm "iraprovalformprint", acViewNormal under a button ,but what I'd like to do is send the above form...
eliotchs
Offline Send Email
Dec 6, 2005
7:58 pm
18979
Joe- Forms are primarily for viewing on screen and editing. If you want to directly print something, build a report. It is possible to open a form in Print...
John Viescas
jlviescas
Offline Send Email
Dec 6, 2005
11:41 pm
18980
Greetings, I am running a query where the results may contain one or multiple records for a given customer. The results of that query are then brought into a...
davit_m
Offline Send Email
Dec 7, 2005
6:37 pm
18981
Hi frndz! any1 hav any idia about finereader4.1 ? how to use exported DBF (VFP) file in Ms.access? rahul lucknow...
u tell me 1st
vka4sms
Offline Send Email
Dec 8, 2005
2:53 pm
18982
Hi, I'm looking for some samples for checking for duplicates. I have an SSN field set to be unique, but sometimes do not get the SSN I'd like to setup a...
eliotchs
Offline Send Email
Dec 8, 2005
3:19 pm
18983
Joe- Check out the BeforeUpdate event in frmContacts in this sample database: ftp://ftp.viescas.com/Download/Contacts2000.zip It performs a check for possible...
John Viescas
jlviescas
Offline Send Email
Dec 8, 2005
3:48 pm
18984
Thanks John, There's alot of nice code in there to look at! 2 questions... 1. I get a compile error on the ISNothing statement, am I missing a file? 2. Is...
eliotchs
Offline Send Email
Dec 9, 2005
6:12 pm
18985
Joe- 1. You need the modUtility module from my database - that contains the IsNothing custom function. 2. Note that the sample code in the form BeforeUpdate...
John Viescas
jlviescas
Offline Send Email
Dec 9, 2005
6:20 pm
Messages 18956 - 18985 of 21712   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