| Thread | Last Post | Replies |
|
| Linked tables with no associated tables in backend | 16 Sep 2006 09:53 GMT | 2 |
I have cases where the front end show a table as linked, but there is no associated table in the backend. (evidently, i removed the table from backend but did not remove it from the frontend.). Is there a routine that checks for such cases?
|
| mdb file (independent of path) is read-only on some machines | 16 Sep 2006 09:50 GMT | 1 |
I've run into a situation in which one machine can do data entry on a particular MDB, and others can't. This doesn't appear to me to be a Windows domain or filesystem permissions issue, because one can copy the DB the edit-capable machine
|
| Popup and Item Image | 16 Sep 2006 09:37 GMT | 6 |
On a Popup Menù i can change Icon using FaceId property at runtime. I can use only the Standard System Icon(about some Thousand). My question, probably is silly.... Can i change the Icon(Runtime) using my BMP image...?
|
| Minimize a form | 16 Sep 2006 09:29 GMT | 2 |
have a form as a popup. I guess you might be able to use a modal...Anyhow I use it for a menu. Command buttons that take me to other forms...etc. Question: I have enable the minimized button on the form. Is it possible that when I minimize my form that access minimizes with it. ...
|
| Changing the label on text box | 16 Sep 2006 06:36 GMT | 2 |
How do you change a Text label based from a Lookup table from another field? For example. Label1 : Hello Label2 : There / You (this is a lookup table)
|
| Editing | 16 Sep 2006 05:16 GMT | 1 |
How does editing a form in Access differ from editing a report?
|
| Reports by vendors | 16 Sep 2006 05:14 GMT | 1 |
I created a report by vendors with all the items they sold. What I need is to print this report, by vendor, means that even there 1 or 2 pages of items when the vendor change it must end of page and open a new page with the second vendor.
|
| Merge the forms for Super Easy Word Merge | 16 Sep 2006 03:05 GMT | 3 |
In his notes for this, Albert Kallal says "simply merge the 2 forms and 2 modules of code into your application". What process is this, exactly? I have got everything working fine in the sample that I downloaded, i.e.
|
| Changing Text Labels by coding | 16 Sep 2006 02:02 GMT | 2 |
How do you change a Text label based from a Lookup table from another field? For example. Label1 : Hello Label2 : There / You (this is a lookup table)
|
| Access Database | 16 Sep 2006 01:43 GMT | 6 |
When setting up a database for products that has many different categories. I have 7 tables that list that these categories. When there is a new product I want it to list it only one time in he main table and it automatically would be listed in these 7 or more tables. How would a ...
|
| Show last four digits of SS# | 16 Sep 2006 01:05 GMT | 3 |
I'm using the following as the Control in a text box to display only the last four digits of a social security number in a report: ="xxx-xx-" & Right([SSN],4) If a SS# exists for a record the report displays xxx-xx-1234. If there is
|
| Is ACCESS available on Small Business? If so, how do I get to it | 16 Sep 2006 00:27 GMT | 2 |
I have Microsoft Small Business - does it have any ACCESS capabilities? I have been trying to find an executable on my CD's but nothing is loading! I need to have MS ACCESS on my laptop...anyone know how I go about doing this? Do I need to get a different 'OFFICE SUITE'?
|
| How-to count reports beginning with a certain name? | 15 Sep 2006 23:40 GMT | 3 |
I have a command button on a form which prints 16 reports without a problem -- here's the code snippet: Dim stDocName As String Dim i As Integer
|
| How to set a button to guide within a form? | 15 Sep 2006 23:38 GMT | 3 |
Hello, Sirs. I have a quite big form. There are many subforms in it. I want to add buttons to the form and when I push one button, the subform I need will show in the center of the window.
|
| How do I lock multiple records in a form while leaving data visibl | 15 Sep 2006 23:27 GMT | 3 |
Access 2003 - I have 2 main forms, a data enty form and an auditors form I would like to create a checkbox so the auditor could lock the data on multiple records to prevent just those records from being edited. The data entry clerk would still needs to view those records, but would ...
|