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 13315 - 13344 of 21712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13315
... From: "Linda F. Johnson" <linda@...> ... from ... ============================= Thanks to you and "Vbali", that was the step I was...
David Husman
dehusman
Offline Send Email
Mar 1, 2004
12:35 pm
13316
This works for me as well, thank you. Although, I am stuck with the Report Header only printing on the first page...but, I can live with that so long as the...
Always Dreaming
love_dream_live
Offline Send Email
Mar 1, 2004
2:45 pm
13317
To make your report header appear on every page, move it to the Page Header (then it would appear on every page) or to the top of the Venue header, then ...
Beth Moffitt
bethmoffitt2
Offline Send Email
Mar 1, 2004
2:50 pm
13318
Hi Dave, I'm not an Access expert by any means, but I think the problem you're having isn't Access based at all. I burn a lot of stuff to CD and the files are...
Always Dreaming
love_dream_live
Offline Send Email
Mar 1, 2004
3:05 pm
13319
use Dlookup (DCounts cousin) dim sCount string sCount = DLookup("[division_mgr]", "Tablename", "[manager_cd] = """ & forms!formname!txtManager & """ and [Pin]...
bdloving
Offline Send Email
Mar 1, 2004
4:49 pm
13320
Isnull will not work, because the [field] is similar to the InputBox function, it will return an empty string "" if you just hit Enter since its 'Style' or All...
bdloving
Offline Send Email
Mar 1, 2004
5:05 pm
13321
set obj1 = forms!temp1 ... object and ... table and is ... (strings) as the ... make the ... doing....Thanks alot ... like....which need to ... ...
bdloving
Offline Send Email
Mar 1, 2004
5:08 pm
13322
Also available ( I use and recommend both): Access Analalyser from FMS http://www.fmsinc.com Speed Ferret from Black Moshannon Systems http://www.moshannon.com...
bdloving
Offline Send Email
Mar 1, 2004
5:11 pm
13323
you specify the Database in the Connection String Const cConnectionString = "ODBC;DSN=DCLCamp;Description=Production ...
bdloving
Offline Send Email
Mar 1, 2004
5:15 pm
13324
You could try creating a new database and importing all the objects from the offending .mdb...
bdloving
Offline Send Email
Mar 1, 2004
5:20 pm
13325
Hi, I'm working on a db. It contains audio/video equipment information and I have to do an automatic calendar that shows, each day, which equipment needs tech...
Sailor_Plute
Offline Send Email
Mar 1, 2004
10:59 pm
13326
Dear all, I want to learn the skill of developing an Access program with licence and security protection. Is it possible for Access program to have such...
william_cheuung
Offline Send Email
Mar 1, 2004
11:50 pm
13327
Start by browsing the Online-Help in Access and create a module then browse the VBA Online Help. Access for Dummies is a good starting book. ... much...
bdloving
Offline Send Email
Mar 2, 2004
2:19 am
13328
William, Yes it is. Start by reading the Access Security FAQ which you can find on the M$ Knowledge Base site. Regards, Beth M ... From: william_cheuung To:...
Beth Moffitt
bethmoffitt2
Offline Send Email
Mar 2, 2004
4:17 am
13329
Hi All: I have a Form and a subform. The form has a field named "SUBTTL". The subform has records with a field named "TTLITEM" The Form name is "frmslips" the...
Dave R.
resorts03226
Offline Send Email
Mar 2, 2004
4:19 am
13330
The web site you gave leads me to a Realtor's Website, and I don't see the option called "Find and Replace". Please advice. Thansk Minh ... report, ... it ......
tuyetmai_vu05
Offline Send Email
Mar 2, 2004
6:21 pm
13331
What you want is www.rickworld.com Ed Tesiny EdTesiny at oasas.state.ny.us ... From: tuyetmai_vu05 [mailto:tuyetmai_vu05@...] Sent: Tuesday, March 02,...
Tesiny, Ed
eptept50
Offline Send Email
Mar 2, 2004
6:26 pm
13332
I have an odd question.. I want to sort text in a memo field that has been formatted with HTML. is there a way of displaying the formatted text in a form as it...
Thomas Trutt
thoamst1976
Offline Send Email
Mar 2, 2004
7:17 pm
13333
Group, I have a form that has two email fields: reported_by_email and assigned_to_email. I need to have both of these fields in the "To" box for SendObject....
Isaiah Vi
isaiah_vi
Offline Send Email
Mar 3, 2004
3:53 am
13334
Try ([assigned_to_email]"& ; &"[reported_by_email]) BR Ramst ... From: Isaiah Vi [mailto:ivi@...] Sent: 03 Maret 2004 10:51 To:...
ramst
ramst@...
Send Email
Mar 3, 2004
5:53 am
13335
Have an extensive phone list that is to be updated regularly. Is there a way to have access: 1) automatically populate the Alpha Field with just the first ...
Andy
toonwriter
Online Now Send Email
Mar 3, 2004
2:30 pm
13336
To retrieve the left character, you would use Left([EmpName].[Last],1) To display your numeric values, you would need to write a routine, (or a lot of Iif...
Beth Moffitt
bethmoffitt2
Offline Send Email
Mar 3, 2004
2:34 pm
13337
I get an error for: Left([EmpName].[Last],1): Could not find 'EmpName].[Last'. though the table is named EmpName the field is named Last. I even tried adding...
Andy
toonwriter
Online Now Send Email
Mar 3, 2004
2:52 pm
13338
Andy, Regarding the first issue, are you using a query for this? If you create a query based on table EmpName, then in the grid, you would only enter: ...
Beth Moffitt
bethmoffitt2
Offline Send Email
Mar 3, 2004
2:59 pm
13339
Ha! I was putting that expression in the default value of the EmpAlpha Table rather than in the query field -- works now. Yes, I'd like to see how to write a...
Andy
toonwriter
Online Now Send Email
Mar 3, 2004
3:13 pm
13340
Hi, Does anyone know if a crystal report can be setup to Print preview in an access DB, similar to a native Access report? Thanks...
eliotchs
Offline Send Email
Mar 3, 2004
3:24 pm
13341
After going back and rereading your post, a couple of questions come to mind. First, why do you want to populate a field with the first character of what is...
Beth Moffitt
bethmoffitt2
Offline Send Email
Mar 3, 2004
4:01 pm
13342
Can someone tell me the best way to test for a Null condition. I have a field on a form that I want to check to see if there is any data there. If there...
martinkphotoltd
Offline Send Email
Mar 3, 2004
4:31 pm
13343
Very close, you need to test the field this way If isNull(Me.HoursWorkedPast) Then MsgBox "Null Value" End If Tom Hamilton Department of Human Assistance...
Hamilton. Tom
tom_hamilton...
Offline Send Email
Mar 3, 2004
4:34 pm
13344
There are many syntaxs for this, but this is the preferred (and most efficient) method: If len(Me.HoursWorkedPast & vbnullstring) = 0 Then     MsgBox "Null...
Beth Moffitt
bethmoffitt2
Offline Send Email
Mar 3, 2004
4:38 pm
Messages 13315 - 13344 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