| Thread | Last Post | Replies |
|
| Command button to Print/View Customer | 05 May 2008 04:24 GMT | 6 |
I have a form named Orders by Customer that has a subform with all the customer's orders and I want to add a command button on the bottom so that when an individual customer is showing along with all their information I can print/view that info for that customer showing. Is there ...
|
| a problem when learning "Sams Teach Yourself Microsoft? Office Access 2003 in 24 Hours" | 05 May 2008 02:41 GMT | 1 |
When I learned "Sams Teach Yourself Microsoft? Office Access 2003 in 24 Hours" today, I encountered a problem.In Using the AutoForm Feature,I couldn't find the AutoForm shortcut or hint. The tutorial is in English,but I am a Chinese.
|
| combo box to look up records won't work | 05 May 2008 02:04 GMT | 3 |
I have a combo box on a form that I am trying to use to look up records in a a table. The combo box gets its value list from a field in the table that the form is based on.
|
| Query criteria | 04 May 2008 20:54 GMT | 5 |
I have created a new database that contains more than 2000 authorizations for service. The edit form is supposed to show only Approved or Pending authorizations, (not denied or expired) but one single record shows up as Denied. The query behind the form is a select query and ...
|
| Import Database from Mult-Tables | 04 May 2008 20:53 GMT | 1 |
I'm trying to import many tables from many database into one Access Database to make one table. Is there a way to import into one table from many tables? Your help would be much appreciated.
|
| Form won't size properly in Access 2007 using mdb | 04 May 2008 18:13 GMT | 2 |
I have created a new Access 2007 database using the mdb format so that other users with 2002-2003 can use it. When I create a new form in the blank database, and run it, the form covers the entire screen and I can't figure out out to get it to the "restored" view. When I open ...
|
| Avoiding duplicate data entry | 04 May 2008 17:42 GMT | 9 |
Hi, I have a very simple DataBase I am putting together that will be used for students to nominate their choice in order of preference of subjects for studying later on this year. I have a subjects table (T_Subjects) with 2 fields, Subject_ID and
|
| Front End Problem | 04 May 2008 13:39 GMT | 2 |
I have designed a data base using a front end for multiple users. It works well under my user name but opens in read only once I copy it to other users. Has anyone got any suggestions. (
|
| Backend update | 04 May 2008 05:49 GMT | 12 |
I think I've figured out how to use the B/E upgrade mdb file. How do I add an autonumber field - this is not listed in the drop down list). Thanks, J.
|
| Report layout | 04 May 2008 03:05 GMT | 7 |
How do I get the report preview to show maximized and at 80% Thanks, J.
|
| Field Search | 04 May 2008 00:37 GMT | 3 |
I would like to create a field where I can place multiple names (as many as 100) and then have the ability to search on that field for a specific name in the group. Is there a field that I can use to do that?
|
| Form/Report Relationship | 03 May 2008 22:18 GMT | 24 |
My main form “ Purchase Order” has a subform “Order Details Subform”. The Purchase Order table for the main form has the following fields: OrderID-Autonumber & Primary Key; Customer ID-number, Employee ID-number, Order Date-date, PO Number-number, etc.
|
| Button to navigate through subforms | 03 May 2008 20:42 GMT | 1 |
In an environment that contains mutliple forms and subforms, when you reach the end of the last subform, you have to manually click out to get to the next main record. Can you create an automated way of navigating through subforms so people don't have to know about CTRL/TAB when ...
|
| data validation in text box | 03 May 2008 18:37 GMT | 3 |
i want to enter some data in text box,But i should not enter any value in text box,The data what i enter is should same as what i predifines by using an another table any tips on this
|
| #Name? error on Control Source from Query | 03 May 2008 17:28 GMT | 2 |
I have a query (which is based on a sub query) as follows: SELECT Max(t_costs.DelDate) AS MaxOfDelDate FROM [q_MaxOfBBOMDeliveryDate-Sub] INNER JOIN t_costs ON ([q_MaxOfBBOMDeliveryDate-Sub].MaxOfBOMRev = t_costs.BOMRev) AND
|