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...
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 65881 - 65910 of 76984   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
65881
Hi. I have a form (frmMain) where main details are recorded. The frmMain's details area is busy and doesn't allow for subforms so a second form ...
Shane Herring
shane_herring
Offline Send Email
Oct 1, 2008
7:05 am
65882
Follow-up: Would using a DCount prior to the DoCmd.Openform be a reasonable solution? I working on that now. Tks ... Hi. I have a form (frmMain) where main...
Shane Herring
shane_herring
Offline Send Email
Oct 1, 2008
7:10 am
65883
Hi Bill, Thanks for the reply. I'm sure I fully understand the bit about VBA etc but When you say start a manual export, where exactly is that option? This may...
bty467549
Offline Send Email
Oct 1, 2008
8:05 am
65884
Hi all I have a form open and on this form I need to populate an unbound control with the value taken from an open report. Something along the lines of ...
istari_6
Offline Send Email
Oct 1, 2008
8:28 am
65885
In what section is the control on the report? You would have better success writing the value to the form from the code behind the report -- but why can you...
Crystal
strive4peace...
Offline Send Email
Oct 1, 2008
8:47 am
65886
Shane- You have several options. You can use DCount or DLookup *before* you open frmManyThings and prompt the user if that's zero. You can check...
John Viescas
jlviescas
Offline Send Email
Oct 1, 2008
8:50 am
65887
Jonus- The trick is to NOT select export formatted in the Export - Text File dialog box. When you click OK, Access should start the Export Text Wizard. You ...
John Viescas
jlviescas
Offline Send Email
Oct 1, 2008
9:12 am
65888
Hi Crystal The controls I'd like to copy are in the report footer. the form I have open is completely unrelated to the data in the report and the value I'm...
istari_6
Offline Send Email
Oct 1, 2008
11:49 am
65889
Surely there's a better way to do this. It sounds like you don't really need the report - just some data that gets calculated on it. What is the Record...
John Viescas
jlviescas
Offline Send Email
Oct 1, 2008
12:01 pm
65890
Would a tabbed control give you more room on the crowded form? I've found this a quite useful method of putting lots of info on one form. Sigurd Andersen...
Sigurd Andersen
sigurd1999
Offline Send Email
Oct 1, 2008
1:13 pm
65891
I am having problems writing the code to fill a combo box in a recipe application I am building. The application's main table is called tblRecipe. It is...
johnlond1
Offline Send Email
Oct 1, 2008
1:20 pm
65892
Hello, I have use a table that I'm not sure which should be the good design. It has the following columns: DateFrom DateTo Reason Value Using that table I need...
sonotronic sonotronic
vplayas
Offline Send Email
Oct 1, 2008
1:25 pm
65893
Hi johnlond1, The easiest solution would be to use Subcatagory as a SubForm on the Category Form. You would not have to write any code for that. You would use...
Patrick Wood
hunterpaw
Offline Send Email
Oct 1, 2008
2:18 pm
65894
I have a table with several Yes/No fields set up to display as check boxes. On a form displaying the values of the fields, I have two buttons, one to lock the...
mlmurrah
Offline
Oct 1, 2008
2:24 pm
65895
John- Your Row Source for cmbCategory should be: SELECT CategoryKey, CategoryName FROM tblCategory The Row Source for cmbSubCategory should be: SELECT...
John Viescas
jlviescas
Offline Send Email
Oct 1, 2008
2:27 pm
65896
Valentin- If you need "date from" and "date to," I would think you need just a normal date/time field that contains the day. Your update might look like: ...
John Viescas
jlviescas
Offline Send Email
Oct 1, 2008
2:32 pm
65897
First, Application is a reserved word. That's what is causing that one to blow up. Change it to maybe Appln. Next, although it shouldn't matter as far as I...
Bill Mosca
wrmosca
Offline Send Email
Oct 1, 2008
2:45 pm
65898
mlmurrah- For this to work, there must be a control named "Application" on the form. Don't know if you missed the recent discussion about Me, but you should be...
John Viescas
jlviescas
Offline Send Email
Oct 1, 2008
2:51 pm
65899
I am uploading my new Compliance Audits database for help. I used my Safety Audits database to design it by, but the option groups are not totaling up. John...
cellamedina
Offline Send Email
Oct 1, 2008
2:54 pm
65900
Hi johnlond1, I should have read your post more carefully--but I am drinking my first cup of coffee now so I am now more awake <smile>. CatagoryKey should be...
Patrick Wood
hunterpaw
Offline Send Email
Oct 1, 2008
3:07 pm
65901
Hi Everyone, I'm not sure what's happening with my query (at least I think it's my query causing the problem)... I've got two forms: the first...
irritable_badger
irritable_ba...
Offline Send Email
Oct 1, 2008
3:57 pm
65902
Hi, My database has: A main form called frmPatient with tow fields- a textbox :PatientID and a combobox: cboRegimenID. Record source for frmPatient is...
uruba1971
Offline Send Email
Oct 1, 2008
4:13 pm
65903
Hi Tammy, Is the problem with the totals the Material Tools & Equipment Totals in the Footer? Best Regards, Pat http://gainingaccess.net ...
Patrick Wood
hunterpaw
Offline Send Email
Oct 1, 2008
4:29 pm
65904
Jesse- What happens if you have frmCreateEstimatePRO1 open and you run the query? You can also try, with frmCreateEstimatePRO1 open, going to the Immediate ...
John Viescas
jlviescas
Offline Send Email
Oct 1, 2008
4:42 pm
65905
Hi Jesse, The error message is indicating there is a problem with this part of your query: INNER JOIN tblExpenses ON tblJobs.JobID = tblExpenses.Job If Job is...
Patrick Wood
hunterpaw
Offline Send Email
Oct 1, 2008
4:46 pm
65906
Shahab- You're not referencing the form inside the subform correctly. Try: Forms!frmPatient!frmShow.Form!DrugID = "SELECT DrugID FROM tblRegimenDrug WHERE...
John Viescas
jlviescas
Offline Send Email
Oct 1, 2008
4:50 pm
65907
John and Pat, There was an unneeded table and join in my query. When I removed it everything seems to work correctly. Thanks for the info! Jesse ... [Non-text...
Jesse Melton
irritable_ba...
Offline Send Email
Oct 1, 2008
4:56 pm
65908
Yes, I only put boxes for the first group so far. In my other database, the totals appear in the boxes as you click the group selections. I must've changed or...
cellamedina
Offline Send Email
Oct 1, 2008
4:56 pm
65909
I see that I had commented out the Me.SU = intS, etc., etc. Now that I've fixed that, it seems to be working. Wouldn't you know it? Once I asked for help I...
cellamedina
Offline Send Email
Oct 1, 2008
5:03 pm
65910
John, I just aced an open book access test. Guess which book I had open next to me. Your index proved invaluable. I'm worth more to a potential employer...
Myra Symons-Kazanci
myrafly
Offline Send Email
Oct 1, 2008
5:15 pm
Messages 65881 - 65910 of 76984   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