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...
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 23705 - 23734 of 76951   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23705
i have data base in ms access. when i want to open that database than it open in ms access.now i want make its application so that it open without ms...
ahmad mustfa
mustfaisok
Offline Send Email
Mar 1, 2005
9:46 am
23706
Thanks John, Yes, a Green arrow is appearing on server icon. So it means it installed succesfully. I created ADP and connected with the server. I created...
SAYYED ASHFAQUE HUSSAIN
ashfaque_online
Offline Send Email
Mar 1, 2005
10:14 am
23707
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_Professionals group. File :...
MS_Access_Professiona...
Send Email
Mar 1, 2005
12:42 pm
23708
Adam, Out of 2080 records in table named Production, 14 are found to be bad. On removal of these defective records, your report is working fine. Your file,...
A.D.Tejpal
adt_y
Offline Send Email
Mar 1, 2005
12:43 pm
23709
Ahmad- You must own a copy of the Developer Tools to be able to create a Runtime install package that you can give to a user who does not have Access. Also, ...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2005
1:31 pm
23710
A.D.- As I noted earlier, I had started to look at Adam's file and was making an attempt to simplify his query. It hadn't occurred to me to look at the ...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2005
1:48 pm
23711
Ashfaque- You should have a command button wizard available also in an ADP - just make sure the Wizards button is clicked in the Toolbox. I'm not sure I ...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2005
1:52 pm
23712
John, I only have ArriveOnTime and LeaveOnTime as yes/no data types. I didn't want to have yes/no for Homework and RaiseHand as there could be partial points....
jcbachel
Offline Send Email
Mar 1, 2005
2:08 pm
23713
Here's A.D.'s December 6th posting regarding this subject. Beth M If you are keen for an SQL based solution for direct deletion of duplicate records (beyond...
Beth Moffitt
bethmoffitt2
Offline Send Email
Mar 1, 2005
2:49 pm
23714
I am trying to make my first attempt to work with unbound forms. In my close button for the form I have the following code. But If I open the form with data...
t_hannemann2003
Offline Send Email
Mar 1, 2005
3:36 pm
23715
Hi John, Thx for your reply! Using your suggestions: a) I changed the bound disease history fields to unbound fields b) Have not changed report's underlying...
happily
happily613
Offline Send Email
Mar 1, 2005
3:52 pm
23716
Ok this is my query its just pulling information from other queries to make a report query. For statistic for our members. The problem is that it list a few...
roxy12034
Offline Send Email
Mar 1, 2005
3:55 pm
23717
John- So, Homework and RaiseHand contain a numeric value? Then the query needs to look like: SELECT tblStudents.StudentLastName, tblStudents.StudentFirstName,...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2005
4:20 pm
23718
Todd- Are any of the values floating point (Double or Single) numbers? Because these are imprecise values, your test for equality might be yielding a false ...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2005
4:28 pm
23719
Sandra- Try this: Public Sub PopulateHxTextBox2(strHistory As String, _ ctlTxtBoxName As Control) Select Case strHistory Case "VAC" ctlTxtBoxName = "Vaccine" ...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2005
4:32 pm
23720
Thanks John! So nice of you. A.D.Tejpal ... From: John Viescas To: MS_Access_Professionals@yahoogroups.com Sent: Tuesday, March 01, 2005 19:18 Subject: RE:...
A.D.Tejpal
adt_y
Offline Send Email
Mar 1, 2005
4:40 pm
23721
Hi John, Thank you v-e-r-y much! a) Made your suggested changes to routine b) and moved routine to public module works nicely! Concept is great for future...
happily
happily613
Offline Send Email
Mar 1, 2005
4:57 pm
23722
Using a bound form, when a new record is created users need to be able to assign a randomly generated color to the new record. Main Table has CaseID as PK...
Dan Jeffery @ Honc Se...
danjeff59
Offline Send Email
Mar 1, 2005
5:22 pm
23723
John, all seem to be text fields that are null EXCEPT my autonumber ID field I copied these to the immediate window for those that trip the not equal ...
t_hannemann2003
Offline Send Email
Mar 1, 2005
5:51 pm
23724
Sandra- The reason you sometimes have to put fields you need to reference in code in a report in hidden text boxes is the report engine "does it's own thing" ...
John Viescas
jlviescas
Offline Send Email
Mar 1, 2005
5:54 pm
23725
Hi John, Thx for the explanatiion.....will file away for future reference..... thx again, Sandra John Viescas <JohnV@...> wrote: Sandra- The reason you...
happily
happily613
Offline Send Email
Mar 1, 2005
6:13 pm
23726
I have an issue when a user opens an access database the first form to open returns an error from the vba code. When I go into debug mode Left ( the Function)...
JHundley
jjhundley2000
Offline Send Email
Mar 1, 2005
6:34 pm
23727
James go to tools, references it sounds like you have a bad reference. Todd ... mode...
t_hannemann2003
Offline Send Email
Mar 1, 2005
6:39 pm
23728
Thanks for your help. I have several questions. See comments below (in blue). ... wrote: Adam, Out of 2080 records in table named Production, 14 are found to...
Adam Feerst
runuphillracing
Offline Send Email
Mar 1, 2005
6:40 pm
23729
Also make sure you are looking in the code view....as both views have the tools tab. Neil Squires ... From: t_hannemann2003 [mailto:mustangcoupe@...] ...
Squires, Neil
greaterdesig...
Offline Send Email
Mar 1, 2005
6:44 pm
23730
I have gone into the exact same database on my PC and everything works fine. The references look fine in both the users PC and my PC. What is highlighted is...
JHundley
jjhundley2000
Offline Send Email
Mar 1, 2005
6:52 pm
23731
James, Sometimes it helps to write down all the references, and add them back one at a time until it works. I've had cases where they all looked good, and by...
Squires, Neil
greaterdesig...
Offline Send Email
Mar 1, 2005
6:57 pm
23732
But the database works fine on every other users pc. Using the exact same database which resides on a network drive (both front end and back end) so would this...
JHundley
jjhundley2000
Offline Send Email
Mar 1, 2005
7:16 pm
23733
James, I don't have any databases where both FE & BE are on the network drive, so I'm not absolutely sure. My impression is that the references are going to...
Squires, Neil
greaterdesig...
Offline Send Email
Mar 1, 2005
7:25 pm
23734
When built-in functions do not work, it almost always means that the PC running Access is missing a reference. Just because the front end is on the server, it...
Bill Mosca
wrmosca
Offline Send Email
Mar 1, 2005
7:52 pm
Messages 23705 - 23734 of 76951   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