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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 21266 - 21295 of 21713   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21266
Is nobody moderating here anymore? Seems like the group's died....
John H. DeJong
lazaruslong.geo
Offline Send Email
Mar 1, 2008
8:56 am
21267
- How do I import MS Excel and text files using a UI (user interface)? You would need to create a form with text boxes that would populate the...
Lonnie Johnson
prodevmg
Offline Send Email
Mar 1, 2008
1:10 pm
21268
You are going to need to write a parsing function in vba using the MID and LEN functions. I am assuming that every record will have the dash (-) as the...
Lonnie Johnson
prodevmg
Offline Send Email
Mar 1, 2008
1:12 pm
21269
Thanks, Lonnie. Lonnie Johnson <prodevmg@...> wrote: - How do I import MS Excel and text files using a UI (user interface)? You would need to...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 1, 2008
2:19 pm
21270
YAHOO.Shortcuts.hasSensitiveText = false; YAHOO.Shortcuts.sensitivityType = []; YAHOO.Shortcuts.doUlt = false; YAHOO.Shortcuts.location = "us";...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 1, 2008
3:09 pm
21271
Hello, i am using the code to insert values from the temp table to the main table. i only want to transfer all the records where email and userid is not...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 1, 2008
6:50 pm
21272
Hello everyone, this is a code i created to be able to get the multiple users i have selected in the form. i was able to select the users in the form an select...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 2, 2008
1:07 pm
21273
Hello, I have two queries: UPDATE EListHierarchy SET EListHierarchy.EListItemUserType = "C" WHERE EListHierarchy.EListItemName in (SELECT EListItemName FROM...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 3, 2008
2:46 am
21274
DEARS, I have a table with three field(Item,Size,Colour) There is any remedies to prevent opertore to enter same datas in all three field for eg:-one of my...
Muhamed Faisal
muhamed_fais...
Offline Send Email
Mar 3, 2008
1:07 pm
21275
Hi all, I have spread sheet like data with 400 rows of data .This has 10 columns . Now this sheet is going to be repeated for 6 stages of work. How should i...
mshafeela
Offline Send Email
Mar 3, 2008
2:18 pm
21276
Dear Faisal, In the design view of the table, select the fields that you don't want duplicated and set the primary key (the little golden key on the toolbar)....
Peter Fairchild
peterlafeuille
Offline Send Email
Mar 3, 2008
2:32 pm
21277
Hi, I am not sure I understand the question. However, you can import an Excel spreadsheet using File, Get External data and pick a file type of Excel. The...
Peter Fairchild
peterlafeuille
Offline Send Email
Mar 3, 2008
2:39 pm
21278
the proper syntax is Insert File (Field1,field2,..) VALUES (V1,V2,...) ... have selected in the form. i was able to select the users in the form an select...
bdloving
Offline Send Email
Mar 3, 2008
9:32 pm
21279
you need Where (Userid is not null) and (email is not null) ... main table. i only want to transfer all the records where email and userid is not null.... ... ...
bdloving
Offline Send Email
Mar 3, 2008
9:34 pm
21280
private sub Splitme(Invalue as string, out1 as string, out2 as string, out3 as string) dim iptr1 as integer dim iptr2 as integer iptr1 = instr(1,invalue,"-") ...
bdloving
Offline Send Email
Mar 3, 2008
9:42 pm
21281
thanks, bruce. bdloving <bruce_loving@...> wrote: you need Where (Userid is not null) and (email is not null) ... main table. i only want to...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 3, 2008
10:06 pm
21282
Executive Secretary (Leave Vacancy) - Malaz Riyadh, KSA SALES EXECUTIVE, SECRETARY, XSTEEL DETAILER Region: Khobar (Al khobar) Customer service / Marketing...
Najmudheen Areekkan
najbaan
Offline Send Email
Mar 4, 2008
9:19 am
21283
Dear All, Read Quran at your Desktop Now read the Quran at your desktop. Arabic version, english version, turn the pages of the quran by hand and read by...
Najmudheen Areekkan
najbaan
Offline Send Email
Mar 4, 2008
10:09 am
21284
Hello, More questions from this newbie: I have an Application table which has Application ID and Application Name. I have another table Variable which has...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 4, 2008
6:35 pm
21285
Hello, more help needed: if a have a combobox from a form which displays the ApplicationName using SELECT Variable.VariableID, Variable.ApplicationID,...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 4, 2008
8:51 pm
21286
Hello, i get an error run time error 3065, cannot execute a select query. please help. Private Sub cmdCreateUserClasses_Click() strSQL = "SELECT...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 4, 2008
9:29 pm
21287
Hello, Please help on my query.. compile error expected end of statement error. strSQL = "UPDATE UsersandUserClasses SET UsersandUserClasses.AddUserClassSubmit...
Lyanne Rheeza Ong
lrheeza
Offline Send Email
Mar 5, 2008
2:52 am
21288
Hi , Can anybody help me...its urgent. I have application (GUI Form) developed in Access'97. Which uses linked database tables. This form is to pass on...
Mahesh kumar
access_mk
Offline Send Email
Mar 5, 2008
10:12 am
21289
Sometimes when you try to import a database table from another database or export a database table to another database, you may get following two error...
Celina Dsouza
celina_dsouza83
Offline Send Email
Mar 5, 2008
11:06 am
21290
I got a form which is directly connected to a table with couple of combo box . I created a user profile with a list of forms where I defined who can view, add,...
anasbhai
Offline Send Email
Mar 5, 2008
1:29 pm
21291
Is Variable a table name? set UC.AddUserClassSubmit = (the select must be in parenthesis) as strText ( is unnecessary) & "'" ) ; " ( at end a mismatch in...
bdloving
Offline Send Email
Mar 5, 2008
2:40 pm
21292
make sure the source for the combo box is either the table or a query that returns Name and ID in the Format tab of the combo box, set it to 2 columns then set...
bdloving
Offline Send Email
Mar 5, 2008
2:41 pm
21293
private sub listbox_click() combobox.rowsource = select fields from table where id = " & List0.Column(0, ListIndex) combobox.requery end sub ... using ... ...
bdloving
Offline Send Email
Mar 5, 2008
2:49 pm
21294
A select returns records, you have nowhere for it to put them. You need to create a recordset and work with it. dim DB as dao.database dim RS as dao.recordset ...
bdloving
Offline Send Email
Mar 5, 2008
2:54 pm
21295
Try going into the Linked table manager and refresh all the tables. Also, where are the linked tables residing? Are they properly indexed? ... linked database...
bdloving
Offline Send Email
Mar 5, 2008
2:56 pm
Messages 21266 - 21295 of 21713   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