| Thread | Last Post | Replies |
|
| Find record on parent form | 13 Dec 2006 03:07 GMT | 3 |
I have a parent form called "FmLeads". It contains a numeric field called "ID" It also contains a 3 tab 'Tab Control'. Each tab contains a subform. One of the subforms
|
| Error when no description is present | 13 Dec 2006 00:46 GMT | 3 |
I have developed a mineralogy database in Access 2003. When the name of the specimen is entered, there are two fields that fill in automatically from information in two other tables. One is the mineralogy description. There is a metaphysics
|
| Of tabs and pages | 12 Dec 2006 23:52 GMT | 7 |
I'm having trouble sorting out some things involving tabs and pages in a tab control. From what I can tell, the tab control can contain several individual tabs, each of which is a page. A page seems to be something like a tab control's version of a Detail section.
|
| get value from an external application that was opened via shell command | 12 Dec 2006 22:35 GMT | 4 |
I'd like the user to be able to click a button on my access form and open an external application (built in .net 1.1). This application needs to behave like a modal dialog within access. The user will do what he needs to in this application and then close it. At that point, ...
|
| Plus sign on datasheet forms not showing | 12 Dec 2006 16:55 GMT | 1 |
Just a hope that somebody may know the answer to this off the top of their head... I've got an Access 2000 database for a customer based on a SQL Server 2000 backend. There are three tables: Event,
|
| Conditional Formatting is ignoring all conditions | 12 Dec 2006 16:19 GMT | 1 |
I am using Access 2003 on Win XP. I have a continuous form that has several text boxes that are conditionally formatted based on their value. What I am trying to do for this one text box is format the fore and background color to display nothing (i.e. white) if its value is
|
| Ck a new version | 12 Dec 2006 13:30 GMT | 1 |
I'd like Access to point to a folder when a file version has changed so I came up with this: If Nz(DLookup("[Version]", "[fileversion]"), "") = "20061211" Then Me.Visible = False
|
| Mouse scroll wheel with forms | 12 Dec 2006 11:57 GMT | 4 |
I have a data-entry form that's bound to a recordset, and uses the "where" clause to go to a required record for editing, and the "acNewRec" option when moving to a new record for data entry. However, when users scroll the mouse wheel when in the form, the form goes to a new ...
|
| Data from one table to another q | 12 Dec 2006 06:57 GMT | 2 |
Can some one help me to pull data from one table to another. I have two tables Table 1 - Amount estimation Table 2 - Payments
|
| Import the current date and time into the database through form | 12 Dec 2006 06:46 GMT | 1 |
I have created a form for entering the information into the database table. Meanwhile, I would like to use a column to capture the current "date and time" when entering the form
|
| Two forms to one table | 12 Dec 2006 04:10 GMT | 2 |
I'm implementing a survey for a magazine, and it extends over two forms. I have both forms linked to one table, but here's the problem. I have an autonumber control on the bottom of both forms that's meant to keep track of the survey number. The first have of the survey inputs ...
|
| Overflow error | 12 Dec 2006 02:43 GMT | 4 |
I have a memo field in the database that is linked to a textbox in a form. At the moment the problem field has 32,649 characters in it, and has the following code on the get focus:
|
| Invoice Report | 12 Dec 2006 02:09 GMT | 1 |
I have a form called frminvoice on this form I have the following three text boxes.... SUB Total , Control source =IIf(IsNull([Total]),Null,IIf(Nz(VAT.Column(1),0)=0,Null,CCur(Round([Total]/(VAT.Column(1))))))
|
| Using Forms and Sub Forms | 12 Dec 2006 00:57 GMT | 1 |
I have created a database to monitor inventory levels between locations of stores. On the main form users input date, location and quantity where the inventory is originating. On the sub form the same date, location and quantity fields are used. The sub form moves the inventory ...
|
| Acc2002 Link/Import Text and CSV | 11 Dec 2006 23:58 GMT | 1 |
I can't link or Import any text or csv files in Access 2002. i get the famous gpf error. Access97 works fine. Thanks in advance
|