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 17050 - 17080 of 76978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17050
... John, can he not use the bang "!" character to force the input mask to fill from right to left? Also I wonder if #9.00 as the mask does the same thing....
Brett Collings
zkbac
Offline Send Email
Aug 1, 2004
8:40 am
17051
Rick, There are many ways to do this. Let us assume your text box named as A1 and B1. 1. On the forms Current Event you may drop following lines: If Not Isnull...
Sayyed Ashfaquehussain
ashfaque_online
Offline Send Email
Aug 1, 2004
10:13 am
17052
Hi, I use a provider that is working in the following way: I send the message using e-mail where the first part of the message is the mobile number and the...
Valentino
avvisati
Offline Send Email
Aug 1, 2004
11:28 am
17053
I used the Custom dialog box to add the menu item "Compact and Repair..." to a custom menu. The application (an MDE file) will be run using the runtime...
rickdev72
Offline Send Email
Aug 1, 2004
11:31 am
17054
Hi all, I have the following problem. I have a table TIME with the following fields: 1. Name (text format) 2. Starting time (short time format) 3....
Andriesse D M
katbosch2
Offline Send Email
Aug 1, 2004
12:23 pm
17055
Desmond- You can define a Table Validation Rule. Open the table in Design view and then open the Properties window. In the Validation Rule enter something ...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2004
12:35 pm
17056
Thank for the info valentino. I ll look forward more info about the provider in my country Andi ... From: Valentino To: MS_Access_Professionals@yahoogroups.com...
Jano
Jano_007
Offline Send Email
Aug 1, 2004
1:54 pm
17057
this is just what i needed ..thanks ... recordset...
morris4321
Offline Send Email
Aug 1, 2004
2:08 pm
17058
Thanks John, Its works like a bomb! Desmond Andriesse Johannesburg [Non-text portions of this message have been removed]...
Andriesse D M
katbosch2
Offline Send Email
Aug 1, 2004
2:50 pm
17059
Desmond- Um, I understand your colloquial use of "bomb," but I'm not sure that's a politically correct word to use these days! <s> John Viescas, author ...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2004
3:55 pm
17060
I need a field that holds email addresses, and when that record is clicked on in the form, opens the user's default email handler and addresses a new mail....
exo1midwife
Offline Send Email
Aug 1, 2004
6:41 pm
17061
You need a Hyperlink field, but there's a trick. When the user enters just an email name in the field (for example, Anita@...), Access assumes...
John Viescas
jlviescas
Offline Send Email
Aug 1, 2004
7:01 pm
17062
string = a$ & vbtab & b$ & vbtab how would i remove the last tab from string via code? thanks in advance...
morris4321
Offline Send Email
Aug 1, 2004
8:44 pm
17063
I've given up trying to figure the problem on my own. Can someone advise why Access has a problem with this VBA code. This code is behind a command button on...
goodbruder
Offline Send Email
Aug 1, 2004
11:24 pm
17064
Is your concern to compact the MDE file, or are you referring to the backend data files? And if you don't have a split back end, there's the first approach to...
Daniel Koster
danielgkoster
Offline Send Email
Aug 1, 2004
11:31 pm
17065
... Just for an example, let's suppose strNewName was "tblNewName" and lngNameID was 1001. Your SQL statement would end up looking like: UPDATE tblNamesSET...
Daniel Koster
danielgkoster
Offline Send Email
Aug 1, 2004
11:41 pm
17066
Chris- You're missing the required delimiters around the string literal. And you're running the parts of the SQL together with no spaces. You should also use...
John Viescas
jlviescas
Offline Send Email
Aug 2, 2004
12:05 am
17067
Dan, I was able to get it to work properly with your suggestions. Thanks. Now I am having trouble incorporating Chr(34) into the syntax (to avoid bombing on an...
goodbruder
Offline Send Email
Aug 2, 2004
12:30 am
17068
Chris- You don't need the extra CHR(34) because the string already includes single-quote delimiters. strSQL = strSQL & "SET tblNames.[Name] = '" & strNewName &...
John Viescas
jlviescas
Offline Send Email
Aug 2, 2004
12:47 am
17069
If you are dealing with SQL Server, you must use apostrophe's instead of quotes. However, chr(34) will be just fine for just Access alone, but you would use...
Daniel Koster
danielgkoster
Offline Send Email
Aug 2, 2004
12:47 am
17070
Thanks John, I've incorporated your suggested Execute method: CurrentDb.Execute strSQL, dbFailOnError Using dbFailOnError, is there anything different that you...
goodbruder
Offline Send Email
Aug 2, 2004
1:19 am
17071
Chris- Your error handler looks just fine. The only enhancement would be to trap common error codes and try to deal with them. You're trying to run an Update...
John Viescas
jlviescas
Offline Send Email
Aug 2, 2004
2:34 am
17072
Elie, Without your Table Structure this could be tough to answer, but let me give it a shot. IDNumber being a TEXT FIELD DateModified being a DATE FIELD Create...
Jonathan Smith
spheniscidae...
Offline Send Email
Aug 2, 2004
3:40 am
17073
You need to wrap a string with single quotes. strSQL = strSQL & "SET tblNames.Name ='" & strNewName & "' " ... From: goodbruder [mailto:goodbruder@...] ...
Bill Mosca
wrmosca
Offline Send Email
Aug 2, 2004
4:25 am
17074
Hi John and everyone, Yes, I agree that nowadays one should rather steer clear of the word “bomb”. I come to you with another problem. I will first explain...
Andriesse D M
katbosch2
Offline Send Email
Aug 2, 2004
4:49 am
17076
Desmond- I would think you could figure out what happened from the records that exist in Table2. If there's only one record, the employee spend the entire day...
John Viescas
jlviescas
Offline Send Email
Aug 2, 2004
12:17 pm
17077
Jack, Sample db named NumericOnly_2K.zip (uploaded to the files section of this group) should be able to cover the requirements brought up by you. In view of...
A.D.Tejpal
adt_y
Offline Send Email
Aug 2, 2004
12:29 pm
17078
I have recently been asked to design a database for a client and I was wondering if any of you Access gurus have a standard contract that you wouldn't mind...
Jeannette Hubbard
jeannette_hu...
Offline Send Email
Aug 2, 2004
12:43 pm
17079
Chris, Try this change: strSQL = "UPDATE tblNames" strSQL = strSQL & " SET tblNames.Name =" & strNewName strSQL = strSQL & " WHERE tblNames.NameID =" &...
Robert L. Stewart
raibeart_ste...
Offline Send Email
Aug 2, 2004
1:22 pm
17080
Jeanette You can find lots of samples on the internet. Search using consulting contract as your criteria. Also spend the money to have a lawyer look it over to...
Bill Mosca
wrmosca
Offline Send Email
Aug 2, 2004
2:49 pm
Messages 17050 - 17080 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