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 70573 - 70602 of 76999   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
70573
Hi Paul, What is the name of the field in "frmFinancingDetails" that you are trying to match? I would have expected it to be "InvoiceID" and not "Invoice". If...
Clive Williams
horastacatto
Offline Send Email
Mar 1, 2009
10:43 am
70574
Hi Jesse, I've just noticed the 'Docmd.Save ,""'. That would save the form and not the record. To save the record, use: Me.Dirty = False Regards, Clive. ... ...
Clive Williams
horastacatto
Offline Send Email
Mar 1, 2009
10:59 am
70575
Hi Jesse, You have given us the clue. ... Percent format takes the stored value, mutiplies it by 100, and displays % on the right. With types, LongInteger,...
Clive Williams
horastacatto
Offline Send Email
Mar 1, 2009
11:38 am
70576
Hi Michael, In the case of property management I can understand the the need for many to many relationships. It also depends on whether you need to maintain...
Clive Williams
horastacatto
Offline Send Email
Mar 1, 2009
11:49 am
70577
Ah ha, I see. Changing it to Single did work. Thanks. Jesse ... [Non-text portions of this message have been removed]...
Jesse Melton
irritable_ba...
Offline Send Email
Mar 1, 2009
2:45 pm
70578
TY Bill, I am just being a hard headed jerk on this issue. To me, it just seems like such a simple, natural piece of functionality. Yes, I understand the...
buffalome90210
Offline Send Email
Mar 1, 2009
3:05 pm
70579
Terence There is a sample database in our files called MouseMoveExample (catchy name, huh?) that uses the MouseMove to "highlight" the label for a command...
Bill Mosca
wrmosca
Offline Send Email
Mar 1, 2009
4:22 pm
70580
TY Bill, I just wanted to apologize for being such a stickler re: mouseover. It just seems like such a natuaral event. I am also not particularly a fan of...
buffalome90210
Offline Send Email
Mar 1, 2009
5:10 pm
70581
Hi Terence I saw the first one. I still think you should look at the MouseMoveExample in our Files>Samples folder. You don't have to do anything with the...
Bill Mosca
wrmosca
Offline Send Email
Mar 1, 2009
10:41 pm
70582
Bill , OK you got a DEAL, Today i have some time to devote to the cosmetics of the application..................I will build a test bed and try it, I...
buffalome90210
Offline Send Email
Mar 2, 2009
11:59 am
70583
Terence Our cat *tolerates* our dog so, yeah, they live together. <g> Bill ... bed ... cats ... of ... not ... probably ... never ... MouveMove. ... it...
Bill Mosca
wrmosca
Offline Send Email
Mar 2, 2009
1:49 pm
70584
Hmmmmm, this is un Nearving. I am not uch on examples and samples, so i embarked upon reading and expermenting. The MouseMove does trigger I can work out the...
buffalome90210
Offline Send Email
Mar 2, 2009
2:23 pm
70585
Hi Everyone,   Hope all is well...   I have used the following logic to import excel file. It seems that the excel-columns have to match the access-columns....
happily
happily613
Offline Send Email
Mar 2, 2009
3:55 pm
70586
V Hi – As I’ve just started with VBA over the last couple days I’m finding that there is a lot that I want to do with not much clue on where to start.  ...
michael simpson
saccity101
Offline Send Email
Mar 2, 2009
4:45 pm
70587
I have asked a couple of questions on designing databases and one theme is to have everything designed before you start configuring Access. That certainly...
Jan
phssthpok3
Online Now Send Email
Mar 2, 2009
5:25 pm
70588
Jan, I like to use Visio to document new or even existing DB's. You can define everything all the way down to individual field properties in each table - and...
Jesse Melton
irritable_ba...
Offline Send Email
Mar 2, 2009
5:27 pm
70589
Thanks Jesse. I actually have and use Visio. Only for data flows. Could I see something you have done? Something simple please. Thanks Jan ... define ... ...
Jan
phssthpok3
Online Now Send Email
Mar 2, 2009
6:30 pm
70590
Jan, Sure, I'm in the field at the moment but when I get back to the office tonight I'll send you something along. I'll send it directly to your yahoo email...
Jesse Melton
irritable_ba...
Offline Send Email
Mar 2, 2009
6:57 pm
70591
Hi Everyone,   I just switched to A2003 office.   I remember in A2000 being able to see boundary lines separating labels.   Does anyone know how to turn on...
happily
happily613
Offline Send Email
Mar 2, 2009
7:18 pm
70592
Michael Usse the Click event for the button. If you only want the current time you can use the Time() function. If you want the Date and Time use Now(); For...
Bill Mosca
wrmosca
Offline Send Email
Mar 2, 2009
7:24 pm
70593
Jan I start with an Entity Relationship Diagram (ERD) in Visio or whatever I have for flow charts. Once you have that part done you can build the database. I...
Bill Mosca
wrmosca
Offline Send Email
Mar 2, 2009
7:41 pm
70594
Thanks Bill –   I will give this a try..... I'm slow but I'm learning   As for data formats I only need time.    But my understanding is that the data...
michael simpson
saccity101
Offline Send Email
Mar 2, 2009
7:55 pm
70595
Hi Sandra, What you can do is to either link to the Excel Spreadsheet so that it appears as a linked table or to import the Spreadsheet to a new table. You can...
Clive Williams
horastacatto
Offline Send Email
Mar 2, 2009
8:03 pm
70596
? Are you doing this only in Access or are you creating labels in Word with Acess data? If the labels are set up as a mail merge with Word, then you can show...
Shay Bee
shaybeegood
Offline Send Email
Mar 2, 2009
8:11 pm
70597
Hi Sandra, Are you talking about Label BorderStyel? If so you can set them to Transparent, Solid, Dashed etc. in Form Design. If it's not that then where are...
Clive Williams
horastacatto
Offline Send Email
Mar 2, 2009
8:37 pm
70598
Dear All, I am using several unbound search boxes in form header to display the search result in a continuous form, based on the criteria entered in these...
access_kri
Offline Send Email
Mar 2, 2009
8:46 pm
70599
Dear All, The following piece of coding was working well until today but stopped working now and I can't figure out what is wrong. Require your help in setting...
access_kri
Offline Send Email
Mar 2, 2009
8:51 pm
70600
thx Everyone,   I did table/show grid lines and it worked! thx, Sandra ... From: Clive Williams <zctek@...> Subject: [MS_AccessPros] Re: A2003 to Word for...
happily
happily613
Offline Send Email
Mar 2, 2009
9:13 pm
70601
Hi, Just like the title says, can you store control names as part of an array? I'm writing some code that checks required fields for entry values and if they...
Lee
leevt99
Offline Send Email
Mar 2, 2009
9:14 pm
70602
thx Clive,   will keep in mind... thx, Sandra ... From: Clive Williams <zctek@...> Subject: [MS_AccessPros] Re: Import Excel file to Access (where columns...
happily
happily613
Offline Send Email
Mar 2, 2009
9:15 pm
Messages 70573 - 70602 of 76999   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