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 your group to be featured on the Yahoo! Groups website? 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 64520 - 64549 of 77011   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64520
Hi group, I have a question about the getting started screen when you open Access. I don't want it to appear. I will first describe what I'm doing. I have...
Rob Vissers
vissers9
Offline Send Email
Sep 1, 2008
8:21 am
64521
Hi All Hoping that once again the group can come to my aid :-) I have a recordset containing days and places (Day and Supplier_ID) ordered by Day. What I want...
Lance Gallant
istari_6
Offline Send Email
Sep 1, 2008
12:39 pm
64522
Thanks Clive. I have all 255 fields from the table in the form along with a lot of unbound text objects. My question was how to bound the text boxes to a...
Jeff
jeffrey_lamore
Online Now Send Email
Sep 1, 2008
2:52 pm
64523
Is there a way to supress an unbound control located in the page header from printing on the last page? In my report, I have placed an unbound control in the...
julianneschalk
Offline Send Email
Sep 1, 2008
3:15 pm
64524
Hi Lance, It is not clear what you want without knowing the possible combinations of Days and Suppliers_IDs that are occur. What happens if there is a break, ...
Clive Williams
horastacatto
Offline Send Email
Sep 1, 2008
3:36 pm
64525
Rob Are you talking about the Screen with the Office Access logo? You can show a screen of your own if you put a .bmp image file in the same folder as the ...
Bill Mosca
wrmosca
Offline Send Email
Sep 1, 2008
3:47 pm
64526
Hi Julianne If you put a "Page x of y pages" in your page footer you can use the page count to check if the control should show or not. 1. Open the...
Bill Mosca
wrmosca
Offline Send Email
Sep 1, 2008
4:08 pm
64527
ACK! I made a mistake with that code. It will hide txtPageNum. Change the code to this: NameOfCtrlToHide.Visible = ( Me.Page <> Me.Pages) Bill From:...
Bill Mosca
wrmosca
Offline Send Email
Sep 1, 2008
4:11 pm
64528
Hi Jeff, Here is a reference to using unbound forms that you may find useful. http://www.databasedev.co.uk/unbound-forms.html An alternative would be to use...
Clive Williams
horastacatto
Offline Send Email
Sep 1, 2008
4:37 pm
64529
Steve, there's a short demo on the email feature here: http://office.microsoft.com/en-us/access/HA102527131033.aspx I used it to process emails (about 80) to...
James McAlister
amazingbrudd...
Offline Send Email
Sep 1, 2008
4:50 pm
64530
Happy Labor Day all!! Hopefully this will be a little easier. Thanks to the help from Steve on Friday, I was able get the single datasource I need. Thanks a...
Jeff
jeffrey_lamore
Online Now Send Email
Sep 1, 2008
5:22 pm
64531
I have: 1. one form name "frmpatient" with only one field "patientID" (bound), two command buttons: "cmdpatientRX" and "cmdpatienDX", and an unbound subform...
uruba1971
Offline Send Email
Sep 1, 2008
5:49 pm
64532
Thanks Clive, somehow I managed it. Shahab Clive Williams <zctek@...> wrote: Hi Shahab, 1. Design a form with the commands on it that you need. Save it...
syeda uruba
uruba1971
Offline Send Email
Sep 1, 2008
5:51 pm
64533
Hi Bill, No, it's the screen with the templates. I guess this one can be switched off at user or computer level, but I have no clue where and I don't want to...
Rob Vissers
vissers9
Offline Send Email
Sep 1, 2008
7:31 pm
64534
Hi Shahab, Glad to know that you got it working OK. Regards, Clive. ... down ... the ... click...
Clive Williams
horastacatto
Offline Send Email
Sep 1, 2008
8:01 pm
64535
Me again, Here is a Microsoft link that describes how to use Tabbed Pages on a form that you may find useful. ...
Clive Williams
horastacatto
Offline Send Email
Sep 1, 2008
8:04 pm
64536
Thanks Clive. However, that doesn't work for my purposes. I need to be able to display the data on one screen then one page (as printed). That's why I'm trying...
Jeff
jeffrey_lamore
Online Now Send Email
Sep 1, 2008
8:16 pm
64537
Thanks again Bill & Bob, I got the point of splitting the database as you both explained and tried it too at my own PC.   But again I would request you to...
Khalid Tanweer
khalidtanwee...
Online Now Send Email
Sep 1, 2008
8:29 pm
64538
Hi Jeff, I need a Layout of what you want to see on the form and what you want to print. My brain is hurting trying to imagine what you need. When you say...
Clive Williams
horastacatto
Offline Send Email
Sep 1, 2008
8:49 pm
64539
Hi Rob, I know that in Access2003 it's the Tools/Options/View/Startup_Task_Pane. That may work for Access2007 too but I can't check it myself, I'm on 2003. ...
Clive Williams
horastacatto
Offline Send Email
Sep 1, 2008
9:07 pm
64540
Khalid, First you will need to get the new data from the user to add to your database that you have made changes in. Second split the mve.mdb database. Third...
Robert Peterson
dandbpeterson
Offline Send Email
Sep 1, 2008
9:38 pm
64541
Please keep in view that my user is another office, and we dont have any network connection, i wil have to go and copy the files. Supposing i am going to give...
Khalid Tanweer
khalidtanwee...
Online Now Send Email
Sep 1, 2008
10:50 pm
64542
Ah, you can use Shell. Public Sub StartDB() Dim varReturn As Variant varReturn = Shell(Chr(34) _ & "C:\Program Files\Microsoft Office\Office12\msaccess.exe" &...
Bill Mosca
wrmosca
Offline Send Email
Sep 1, 2008
11:10 pm
64543
... From: MS_Access_Professionals@yahoogroups.com [mailto:MS_Access_Professionals@yahoogroups.com] On Behalf Of Khalid Tanweer Sent: Monday, September 01, 2008...
Robert Peterson
dandbpeterson
Offline Send Email
Sep 1, 2008
11:45 pm
64544
Hello, I am attempting to develop an application in MS Access 2000 that will accept a users name and password via the Microsoft Fingerprint Reader. I am...
corythewiz2001
Offline
Sep 2, 2008
12:18 am
64545
@ Clive; I went through all options which are in the Microsoft button, but I can't find it in ACC2007 @ Bill; Thanks for the code. It gets the db running, but...
Rob Vissers
vissers9
Offline Send Email
Sep 2, 2008
7:53 am
64546
Anyone have any Ideas? ... to ... control ... = " ... of...
noneforyou_steve
noneforyou_s...
Offline Send Email
Sep 2, 2008
11:32 am
64547
Shahab, try this: Dim frmName as String, frmWhere as String frmName="frmPatientRX" frmWhere= "patientID="[Forms]![frmpatient]![patientID] DoCmd.OpenForm...
noneforyou_steve
noneforyou_s...
Offline Send Email
Sep 2, 2008
11:52 am
64548
Good morning all, I have a report, Manual_Invoice, that I want to run from 2 different forms. The report is based on a query. I need the criteria of the query...
dnwinberry
Offline Send Email
Sep 2, 2008
2:31 pm
64549
I have a query with 5 fields: FabUnit, Priority, GskHours, Balance, and TimeToCMP What I would like to do is select all the records for each FabUnit sorted...
firefighter2045
Offline Send Email
Sep 2, 2008
2:40 pm
Messages 64520 - 64549 of 77011   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