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 15843 - 15872 of 21712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15843
Create a table with data that does not change. Create a table to use with your statistics. Dates etc, stats. Then run a query using both tables. If the data...
lschuh@...
schuh_ramos
Offline Send Email
Oct 1, 2004
3:27 pm
15844
I am receiving a syntax error on line one and 20 expected end of statement or ). Just so you know what the I am trying to achieve I have uploaded the...
eileen1309
Offline Send Email
Oct 1, 2004
4:04 pm
15845
Eileen, This line is missing a closing parenthesis. ... (Mid(VIN_no, 9, 1) Neil Squires ... ===== MSDeveloper Add-Ins Library ...
Neil Squires
greaterdesig...
Offline Send Email
Oct 1, 2004
5:12 pm
15846
Hi, Can someone explain hoe to create an "array" field in a table. What I need is a name field in which 1 to 5 names may be entered. I know I can create name1,...
jbbalbo
Offline Send Email
Oct 1, 2004
6:04 pm
15847
Thanks Neil got that to work correctly also was missing the "Function" after public. So with that corrected it compiled fine however when putting it on the...
eileen1309
Offline Send Email
Oct 1, 2004
6:20 pm
15848
I don't know about anyone else but can you be more specific? Break this down. Name1, Name2, etc. Set up the scenario. (Embedded image moved to file:...
lschuh@...
schuh_ramos
Offline Send Email
Oct 1, 2004
7:26 pm
15849
Your solution should be pretty simple. Break the equation down into simpler equations. I suspect that Brett has your problem pegged with a data type ...
Neil Squires
greaterdesig...
Offline Send Email
Oct 1, 2004
7:35 pm
15850
I common usage arrays are variables, not components of a table. Jack ... From: lschuh@... [mailto:lschuh@...] Sent: Friday, October 01, 2004...
Jack Malki
jackvmae
Offline Send Email
Oct 1, 2004
7:40 pm
15851
Hi, Does anyone know how I can move fields froma combo box to other fields on the same form? I have a combo box made up of FirstName and LastName On Exit I...
jbbalbo
Offline Send Email
Oct 1, 2004
8:06 pm
15852
I have successfully used the follwing command to fill a table: BULK INSERT [OrganisationsIMPORT] FROM 'c:\OrganisationsCSV-YN.csv' WITH (FIELDTERMINATOR = ',')...
richard_lally
Offline Send Email
Oct 2, 2004
5:06 am
15853
... Eileen, I didn't see a response from you when I asked you to carefully check which fields are text and which numbers (or are supposed to be) To me it looks...
Brett Collings
zkbac
Offline Send Email
Oct 2, 2004
10:09 am
15854
In MS Access 97 I loaded the Microsoft WebBrowser and ran it using the lines below. Option Compare Database Private Sub btnGoBack_Click() On Error Resume Next ...
David McNamara
themaxattelus
Offline Send Email
Oct 2, 2004
7:34 pm
15855
Dear All, Wondering anyone knows how to control the spacing of the charactors within a control? Because when I right click on the control and select Size,...
arnold choo
arnoldcch
Offline Send Email
Oct 3, 2004
7:22 am
15856
... Hi Arnold, you have to have two controls selected to get those other options ... otherwise Access has nothing to compare with. ... There is also commands...
Brett Collings
zkbac
Offline Send Email
Oct 3, 2004
8:33 am
15857
You cannot create an array field in a table. You must either concatenate the fields into 1 field or use Name1, Name2, etc. but the real answer is the...
bdloving
Offline Send Email
Oct 4, 2004
2:03 pm
15858
Is this an access table or are you linked to an outside source?...
bdloving
Offline Send Email
Oct 4, 2004
2:09 pm
15859
assuming that the cbo box has 2 columns for first,last A. have the other text fields reference the combo box columns in the field properties txtfirst...
bdloving
Offline Send Email
Oct 4, 2004
2:09 pm
15860
I have a combo box which has a recordsource as a pass-through query against sqlserver database. After each update, I'd like to refresh this combo box so that...
tuyetmai_vu05
Offline Send Email
Oct 4, 2004
7:20 pm
15861
I am sorry to be asking such a basic question, but I am not skilled at computer technology and need asistance. I am building a database in Accesss 2000 of...
KC
penjak44
Offline Send Email
Oct 4, 2004
7:27 pm
15862
You need to put in an OLE field in your table. then link your image to the table. You can then put in in the field list when creating your form (Embedded...
lschuh@...
schuh_ramos
Offline Send Email
Oct 4, 2004
7:41 pm
15863
I've run into this when linking tables that are in our ERP system. When you establish the link to the table, if you don't get the "indexed" fields exactly...
Mike Bisson
erpguruwannabe
Offline Send Email
Oct 4, 2004
7:48 pm
15864
... KC, I have a demo on my website that will show you how to used linked pictures in your database. Just follow the link in my signature at the end of this...
Neil Squires
greaterdesig...
Offline Send Email
Oct 4, 2004
8:08 pm
15865
Hello everyone. I've recently acquired a database program from a company--a home warrenty tracking database--to that I have to now support. It was built...
Ray Domingue
rpd004
Offline Send Email
Oct 4, 2004
8:46 pm
15866
Storing pictures in your database can cause LOTS of problems. Check out http://www.rogersaccesslibrary.com/download3.asp?SampleName=Pictures.mdb for an...
Crosier, Dawn
dlc110161
Offline Send Email
Oct 4, 2004
9:49 pm
15867
Ray, The error message you are describing usually occurs if your code goes to open a form/report and the opening is cancelled. For example. I open report...
Neil Squires
greaterdesig...
Offline Send Email
Oct 4, 2004
10:10 pm
15868
I am a newbie to Microsoft Access. I have a database that was done in 97. The organization wants to convert the database to 2000. Can that be done? If so, what...
Tammy Barbee
tgmiller5
Offline Send Email
Oct 4, 2004
11:30 pm
15869
In many instances, simply opening the OLD 97 databases in Access 2000 will automatically convert tables, queries, etc. However, some code (if you have a lot of...
Charles W Reed
ALLPOWR
Offline Send Email
Oct 5, 2004
1:26 am
15870
... Just open it in Access 2000. It will ask you to convert it as it opens it. Brett ... Outgoing mail is certified Virus Free. Checked by AVG anti-virus...
Brett Collings
zkbac
Offline Send Email
Oct 5, 2004
3:43 am
15871
Hi Brett, I'm sorry for my wrong interpretation; what I actually want is the spacing between the charactor within a control; not comparing with the other...
arnold choo
arnoldcch
Offline Send Email
Oct 5, 2004
5:31 am
15872
Forwarding Data to field!!! I would like to create an option that would allow the user to enter the same company info into another table that would contain the...
Richard The Crowbar C...
jakal812000
Offline Send Email
Oct 5, 2004
1:38 pm
Messages 15843 - 15872 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