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 21604 - 21633 of 21712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21604
Hello everyone, I have two Combo Boxes that I've made required. When the user goes into the form to populate the two fields and save, they are told that the...
dawnmahc
Offline Send Email
Apr 1, 2009
9:33 pm
21605
Dawn Can you check the Control Source of the combo box if it is really set to the required field? Sometimes it is possible to set a wrong control source when...
L Tumbulu
ltumbulu
Offline Send Email
Apr 2, 2009
7:31 am
21606
Hello Liveson, I've gone into the table and added the year without problem. The Required field is yes. I'm just not sure why this is not working. Thank you...
dawnmahc
Offline Send Email
Apr 2, 2009
1:22 pm
21607
Dawn How about checking the Control Source property of the combo box? Is it really set to the correct field with the property "Required" set to "Yes"? Just try...
L Tumbulu
ltumbulu
Offline Send Email
Apr 2, 2009
3:09 pm
21608
Hello everyone, I'm pretty new to MS Access. I've created the following formula in the Control Source of my Sum_Num_Unit_Facility_01 field: ...
dawnmahc
Offline Send Email
Apr 2, 2009
5:56 pm
21609
Hello, I'm not sure what is wrong with this. I think I'm going to have them just populate this field themselves. LOL. I'm so frustrated. Thank you so much...
dawnmahc
Offline Send Email
Apr 2, 2009
7:01 pm
21610
Dawn You seem to be getting quite weird problems with your database. If the formula is in the control footer or the report footer and the control source is...
L Tumbulu
ltumbulu
Offline Send Email
Apr 3, 2009
3:34 pm
21611
I am having some trouble to just to populate two list boxes vendors and products I generate the code, the computer don't like it. Me.Products.RowSource =...
Michael Van Der Stad
michaelvande...
Offline Send Email
Apr 5, 2009
12:48 am
21612
I am struggling to import a three column list of data,less than 100 records from Excel into a three field table in Access. I'm sure I've done this in the past....
neilivesathome
Offline Send Email
Apr 5, 2009
8:53 am
21613
Neil Try higlighting data and headers only and past into a new sheet, then import the new sheet ...... you may have a field other than your data that is being...
John Young
buick27
Offline Send Email
Apr 5, 2009
2:58 pm
21614
Hi everybody, I need to create a command button to make a backup copy my whole program to another location. I've tried everything but it just didn't work. Any...
Djeme Djusoh
djeme98
Offline Send Email
Apr 6, 2009
5:55 am
21615
I don't seem to understand why you have Me.Products=Me.Products.ItemData(0) at the end of the SQL statement. Is this part of the criteria? In addition, if...
L Tumbulu
ltumbulu
Offline Send Email
Apr 6, 2009
10:05 am
21616
Need help here please (didn't get any help with my previous question). I tried using the macro command for CopyDatabaseFile but to no avail. Can someone out...
Djeme Djusoh
djeme98
Offline Send Email
Apr 7, 2009
8:07 am
21617
can you please give m that example in the coding. Me.Products.RowSource = "SELECT ProductName FROM" & _    " Products WHERE VendorID = " & Me.Vendor & _   ...
Michael Van Der Stad
michaelvande...
Offline Send Email
Apr 7, 2009
10:14 am
21618
Hi, I need to capture value of a text box and based on that search and display rows of data. Something like a search button with data displayed in the same...
shafeela mohammed
mshafeela
Offline Send Email
Apr 7, 2009
5:12 pm
21619
I don't seem to understand why you have Me.Products= Me.Products. ItemData( 0) at the end of the SQL statement. Is this part of the criteria? In addition, if...
Michael Van Der Stad
michaelvande...
Offline Send Email
Apr 7, 2009
9:14 pm
21620
I think the SQL statement should be "SELECT ProductName FROM Products WHERE VendorID = " & Me.Vendor & " ORDER BY ProductName;" (Please note the use and...
L Tumbulu
ltumbulu
Offline Send Email
Apr 8, 2009
6:39 am
21621
For the books database I will try the coding you sent me What I would like to achieve is have the one combo list box for the author, the other one for the...
Michael Van Der Stad
michaelvande...
Offline Send Email
Apr 8, 2009
10:09 pm
21622
Hi, I have a field (StudID) that has numbers but they are surrounded by quotes e.g '123456' Is there a way in a query that I can remove these quotes so that i...
ian_stevenson200
ian_stevenso...
Offline Send Email
Apr 8, 2009
10:41 pm
21623
Ian Use the Val function to convert a string to a number. For example Val('123456') returns 123456 and Val(123City) returns 123. So you would have Val(PutYour...
L Tumbulu
ltumbulu
Offline Send Email
Apr 9, 2009
6:19 am
21624
The value you entered isn't valid for this field. For example, you may have entered text in a numeric field or a number that is larger than the FieldSize...
Michael Van Der Stad
michaelvande...
Offline Send Email
Apr 9, 2009
8:54 pm
21625
I have descended into Access HELL. I have a small database with an AutoExec macro. I got this annoying message every time I opened the database telling me that...
George Schnellman
saab4991
Offline Send Email
Apr 12, 2009
4:58 pm
21626
I see 2 options of solving this problem and maintaining that numeric field: 1. Change the numeric value to text in the process with the str() function; or 2....
Djeme
djeme98
Offline Send Email
Apr 13, 2009
12:44 am
21627
RESOLVED: Error was discovered in a Link Spec to one of several link tables. An old spec that had been corrected in an earlier coy failed to carry forward...
Garrett O'Brien
hrisconsultant
Offline Send Email
Apr 15, 2009
9:14 pm
21628
Hello, I'm new to Access. I need to create a button for the end user that will prompt for the quarter and year, then it will pull up the report with that...
dawnmahc
Offline Send Email
Apr 16, 2009
1:22 pm
21629
(1) A quick and dirty way to do it would be to edit the source query of the report and put in criteria for the Quarter & Year like [Enter Quarter] and [Enter...
Peter Groman (peter.g...
peter_groman
Offline Send Email
Apr 16, 2009
1:53 pm
21630
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ms_access group. File : /Quarterly...
ms_access@yahoogroups...
Send Email
Apr 17, 2009
3:26 pm
21631
Hello, I first want to say, "Thank you so much for replying." I'd like to use your first suggestion with the query. Are you suggesting that I first create a...
dawnmahc
Offline Send Email
Apr 17, 2009
3:31 pm
21632
Quick & Dirty method: (1) Edit the source query of the report and put in criteria for the Quarter & Year like [Enter Quarter] and [Enter Year] Now, when you...
Peter Groman (peter.g...
peter_groman
Offline Send Email
Apr 17, 2009
4:31 pm
21633
With the QBE interface, with two tables Table_A and Table_B, how can I produce that code ? (it's easier directly in SQL :-) UPDATE Table_A INNER JOIN Table_B ...
Clauss Gilbert
le_secret_de...
Offline Send Email
Apr 21, 2009
4:22 pm
Messages 21604 - 21633 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