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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 59399 - 59428 of 77006   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
59399
You are completely right. Why would someone create controls by VBA? Isn't easier to do it by visual tools? Certainly. However, I have an important constrain:...
Luciano
niknaskujo
Offline Send Email
Apr 1, 2008
7:08 am
59400
John, Thanks for your prompt response and apologies for my "thickness", but I don't seem able to get your suggestion working. I replaced the table / field...
k_woollacott
Offline Send Email
Apr 1, 2008
8:03 am
59401
Keith- Please post the SQL that you tried. PD2 is an alias for the second copy of the table inside the subquery so that the inner WHERE clause can explicity ...
John Viescas
jlviescas
Offline Send Email
Apr 1, 2008
8:33 am
59402
Luciano- Don't give up! Yes, you can write VBA code to build forms or reports and add controls. Unfortunately, you can't use the Immediate Window to directly...
John Viescas
jlviescas
Offline Send Email
Apr 1, 2008
10:57 am
59403
John, I noticed my error (I put a comma instead of a full stop). Having corrected that, the error is now "You have written a subquery that can return more than...
k_woollacott
Offline Send Email
Apr 1, 2008
11:04 am
59404
Keith- I gave you SQL that goes in the SQL Window. You cannot paste that on a Field line. Switch to SQL View and paste this: SELECT tbl_Insurance.* FROM...
John Viescas
jlviescas
Offline Send Email
Apr 1, 2008
11:41 am
59405
BEAUTIFUL! Thanks John. I'm going to have to get a VBA code book for my collection. ... types. Try ... Integer, _ ... Integer, _ ... Integer, _ ... ...
cellamedina
Offline Send Email
Apr 1, 2008
11:50 am
59406
I am currently working on a document database [ all formats ]I want to access the documents [stored externally] and keep a record of the files in the database....
chris harrison
chris105249
Offline Send Email
Apr 1, 2008
11:51 am
59407
I am running a monthly report using Excel as my table. Is there a way in Access 2003 where I can sum up all the records of one field? My report is a commission...
adhdfriends
Offline Send Email
Apr 1, 2008
12:43 pm
59408
John, You must get fed up with people like me!!! Works first time when you do it correctly. Many thanks for your help and patience. Keith ... on a ... ...
k_woollacott
Offline Send Email
Apr 1, 2008
12:46 pm
59409
I need to create instructions for my end users on how to use this database each month when they submit their cost adjustments. Right now I have it in a form of...
adhdfriends
Offline Send Email
Apr 1, 2008
12:57 pm
59410
Tried that and it works, but I need an actual rank assigned, like a an added field(1-6) for each group, so that later in a query, I can do whatever I want...
llessur_nadroj
Offline
Apr 1, 2008
12:58 pm
59411
Can you imagine the size of the bennefit you have done for me? Can you imagine how long I have been waiting for this reply? I didn't have test due to work...
Luciano
niknaskujo
Offline Send Email
Apr 1, 2008
1:14 pm
59412
Hi, John. Thanks for your help. Have You any news about this Access 2007 Bug? Do you received any response from MS? Best Regards ... You can't ... first ... ...
desindtec
Offline Send Email
Apr 1, 2008
1:16 pm
59413
Thanks, but I've tried that. What I need is a specific rank assigned to each of the 6 companies in each group, essentially creating a new field from the rank,...
llessur_nadroj
Offline
Apr 1, 2008
1:33 pm
59414
Luciano- I hope you find my code useful. If you have any problems with it, please be sure to let me know so that I can try to make it better. John Viescas,...
John Viescas
jlviescas
Offline Send Email
Apr 1, 2008
1:37 pm
59415
They're looking at it. For what it's worth, I was able to reproduce the bug in one of the sample databases from my book, so it's not something specific to...
John Viescas
jlviescas
Offline Send Email
Apr 1, 2008
1:39 pm
59416
Clive, I solved the random number issue so it does not repeat. I added: 'After RTandArray(i)=Int((49)*Rnd()+1) If RandArray(1)=RandArray(1) Then ...
losstww57
Offline Send Email
Apr 1, 2008
2:03 pm
59417
Hi, Is there a way to format a concatenated field which holds dates to Long Date? Although the format is set to Long Date in the Property Sheet it is not...
toukey1
Offline
Apr 1, 2008
2:18 pm
59418
Hi Toukey =Formt([inceptiondate],"mmmm dd, yyyy") & "To" & Format([expirydate],"mmmm dd, yyyy") Warm Regards, Crystal * (: have an awesome day :) * ... ...
strive4peace
strive4peace...
Offline Send Email
Apr 1, 2008
2:25 pm
59419
Hey Joe! Nice to see you again! I would love to give you some advice on this, but could you give a little more detail about workflow and what you're trying to...
Beth Moffitt
bethmoffitt2
Offline Send Email
Apr 1, 2008
2:30 pm
59420
Keith- Glad to hear it works now. John Viescas, author Microsoft Office Access 2007 Inside Out Building Microsoft Access Applications Microsoft Office Access...
John Viescas
jlviescas
Offline Send Email
Apr 1, 2008
2:31 pm
59421
Like this: =Format([inceptiondate], "Long Date") & "To" & Format([expirydate], "Long Date") Setting the format of the field in the Property Sheet applies only...
John Viescas
jlviescas
Offline Send Email
Apr 1, 2008
2:34 pm
59422
Chris- I would think a Hyperlink field in an Access table would do the trick. As I recall, some versions of Access (pre-2007) insist on slapping http:// on...
John Viescas
jlviescas
Offline Send Email
Apr 1, 2008
2:42 pm
59423
Joe- You have to stop thinking like a Spreadsheet. <s> It's really simple to add "totals" to a report in Access. Create a Group - perhaps on InvoiceID - and...
John Viescas
jlviescas
Offline Send Email
Apr 1, 2008
2:43 pm
59424
Joe, You have a few options to achieve the desired results. First, and simplest in my opinion, is to open your form in Design View and display the form ...
Darrell Embrey
embreydl
Offline Send Email
Apr 1, 2008
2:43 pm
59425
Please post the SQL from the query as you have it now. I'll show you how to add a "ranking" column using a subquery. John Viescas, author Microsoft Office...
John Viescas
jlviescas
Offline Send Email
Apr 1, 2008
2:44 pm
59426
Yes, Yes , Yes. Its works. Thank you very much John. Thank you again. ... reproduce the bug ... specific ... complex ... They'll ... network ... then use an ...
desindtec
Offline Send Email
Apr 1, 2008
2:45 pm
59427
Joe- Set the Allow Edits property of the form to No. John Viescas, author Microsoft Office Access 2007 Inside Out Building Microsoft Access Applications ...
John Viescas
jlviescas
Offline Send Email
Apr 1, 2008
2:45 pm
59428
I am only using Access to manipulate my data, then put it back to Excel to submit to our finance department. These instructions I do not want the user to...
Joseph Rio
adhdfriends
Offline Send Email
Apr 1, 2008
2:47 pm
Messages 59399 - 59428 of 77006   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