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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 17027 - 17056 of 21714   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17027
Howdy folks, I know it's only Tuesday and I bet y'all are busier than a one-armed paper-hanger, but I need some help when you have some spare time. I have a...
j
j0austin
Offline Send Email
Mar 1, 2005
4:37 pm
17028
j- If Unit is always a 5-digit value that follows the word "Unit" and a blank, then use: Unit: IIF(Instr([DEPT], "Unit ") > 0, Mid([DEPT], Instr([DEPT], "Unit...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2005
4:53 pm
17029
Wow, that ran slicker than a 200 lb. greased pig. Thank ye, John (Sure beats using Find and Replace) ... From: "John Viescas" <JohnV@...> To:...
j
j0austin
Offline Send Email
Mar 1, 2005
5:13 pm
17030
I have some queries that for example in a date field I put [ENTER THE DATE]. After awhile, when I enter the date, it will come back and ask me the date a...
ttlit001
Offline Send Email
Mar 1, 2005
6:52 pm
17031
I have seen this happen sometimes for a paramter query used for a report - you get prompted more than once when the report opens. You can often avoid the...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2005
8:40 pm
17032
I think that what you want to do is a bit too complicated for a query. It would be better to write a sub-routine. Just create a form with one command button on...
Guy Harley
guyharleyaus
Offline Send Email
Mar 1, 2005
10:49 pm
17033
Guy, Thanks a bunch for the code and the instructions on where to put it. It looks like a lot of work on your part...but I do appreciate it. I'll give it a go....
j
j0austin
Offline Send Email
Mar 1, 2005
11:37 pm
17034
Hi John, Does it mean the hosted Web Server or the Service Provider needs to have MDAC, and my MSFrontPage should include DAO and JET driver to be able to...
arnold choo
arnoldcch
Offline Send Email
Mar 2, 2005
4:17 am
17035
Arnold- Yes, the Web Server must support MDAC and the Front Page extensions. FrontPage already understands JET, but I believe it uses ADO under the covers to...
John Viescas
jlviescas
Offline Send Email
Mar 2, 2005
4:38 am
17036
Dear all, I would like to have my *.MDB to be able to execute by itself on a machine that does not have Access2000 or XP. Previously John Viescas and some...
arnold choo
arnoldcch
Offline Send Email
Mar 2, 2005
4:38 am
17037
I just realized that I forgot the following code at the end of the code: rs.close Set rs = nothing Set dbs = nothing It just makes sure everything is cleaned...
Guy Harley
guyharleyaus
Offline Send Email
Mar 2, 2005
4:40 am
17038
John, A big thanks to you for given me a clearer picture so far...... Cheers! ~Arnold~ John Viescas <JohnV@...> wrote: Arnold- Yes, the Web Server must...
arnold choo
arnoldcch
Offline Send Email
Mar 2, 2005
4:42 am
17039
Arnold- The actual package you need to buy depends on the version of Access you're using. For versions 2002 and prior, there has always been a "Developer" ...
John Viescas
jlviescas
Offline Send Email
Mar 2, 2005
4:47 am
17040
Dear John, So, what is your best recommendation; either to get license for Access2003 or 2002 (in OfficeXP Pro). Which is more feasible in terms of cost wise...
arnold choo
arnoldcch
Offline Send Email
Mar 2, 2005
5:19 am
17041
I want my ms acces front end refresh/reconect its linked table as it open. i'm using ms acces as back end database. Can anyone show me the code? thanks in...
phandhoe
Offline Send Email
Mar 2, 2005
5:34 am
17042
Below is a combination of two lots of code that I was given some time ago. It sits in a module. It uses the OpenLink function to check if the tables are...
Guy Harley
guyharleyaus
Offline Send Email
Mar 2, 2005
6:07 am
17043
Thank you! for your time I'm making a table not a form or data access page, just a table. My problem was i have multiple department and under every department ...
jcombalicer
Offline Send Email
Mar 2, 2005
6:23 am
17044
Arnold- For 2003, you need Visual Studio Tools for the Microsoft Office System - $499 unless you have previously purchased a "developer toolkit." It does NOT...
John Viescas
jlviescas
Offline Send Email
Mar 2, 2005
1:24 pm
17045
Can't be done in a table. See also: http://www.mvps.org/access/lookupfields.htm .. which clearly says you should never define a lookup in a table. To do what...
John Viescas
jlviescas
Offline Send Email
Mar 2, 2005
1:38 pm
17046
Thanks Mate... Have a great day. j ... From: "Guy Harley" <guy@...> To: <ms_access@yahoogroups.com> Sent: Tuesday, March 01, 2005 10:44 PM Subject:...
j
j0austin
Offline Send Email
Mar 2, 2005
2:08 pm
17047
Hi. I am new at this. I have a database and I need to create a form that the user can type in the (lastname) in a textbox and then click on a search button. ...
bobber202000
Offline Send Email
Mar 3, 2005
12:20 am
17048
Dear All I have try to develop a program using access, and it's contains a module...I protect the module with a password but unfortunatelly I forgot the...
balitech
Offline Send Email
Mar 3, 2005
1:38 am
17049
Thank you. but i still have problems. My beck end ms access data base is password protected. and there are more than one table to link. please give me addition...
phandhoe
Offline Send Email
Mar 3, 2005
4:41 am
17050
The code I gave you will handle the linking of all tables that have previously been linked using the Database Linked Table Manager (Tools > Database Utilities...
Guy Harley
guyharleyaus
Offline Send Email
Mar 3, 2005
6:18 am
17051
Hi, First name the text field in your form as Lastname and open your query view, write in the criteria for Lastname as follows Forms![Formname]![Lastname],...
Khaled Hussein
khaledhu2001
Offline Send Email
Mar 3, 2005
8:19 am
17052
I am using my Office Developer package that I received over a year ago for the first time. I have created a runtime version of my application. The guide was...
Lonnie Johnson
prodevmg
Offline Send Email
Mar 3, 2005
11:52 am
17053
Dear John, Boy! What happen to my current well run database, if I have to convert them by using "all the codings"? I mean by any chance I may screw up the...
arnold choo
arnoldcch
Offline Send Email
Mar 3, 2005
1:30 pm
17054
When opening a screen, I receive the following message [Non-text portions of this message have been removed]...
reed9918@...
ALLPOWR
Offline Send Email
Mar 3, 2005
1:32 pm
17055
The code does link through all the tables, but it doesn't supply a password. You can supply it as part of the Connect string in this statement: tdf.Connect =...
John Viescas
jlviescas
Offline Send Email
Mar 3, 2005
2:05 pm
17056
Arnold- To successfully package your application to be installed on a machine that does not have Access, your application must be prepared to run in Runtime ...
John Viescas
jlviescas
Offline Send Email
Mar 3, 2005
2:25 pm
Messages 17027 - 17056 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