| Thread | Last Post | Replies |
|
| AfterUpdate event not firing? | 19 Nov 2007 17:26 GMT | 1 |
I have a form which opens up a subform. On subform, there is a tab control which has five tabs on it. Each tab contains a sub-form on it. I have a combo box on one of these sub-forms to which I am attempting to add in functionality to implement a recent entries list. I have the ...
|
| Conditional Formatting and DCount (?) | 19 Nov 2007 16:36 GMT | 2 |
Should the following statement work in Conditional Formatting for a field? DCount("Kept","tblCatch","IvDetId=" & Me![txtIvDetId])>0 I copied the syntax from a form module, so maybe it needs to
|
| code for auto import from excel to Access97 | 19 Nov 2007 16:24 GMT | 1 |
Thanks for the previous help. I now need some direction in setting code to automatically import data from excel into Access97. I have set up my queries for the import, and it works like a champ. Before I
|
| Running Balance | 19 Nov 2007 12:57 GMT | 8 |
Using Access 2003. Two tables. tblBank - BankID (autonumber PK), PersonId (Long integer), MonthDate (DateTime), DepositAmt (currency)
|
| Need Help Please with Combo or List boxes | 19 Nov 2007 09:10 GMT | 1 |
I have researched for this type of question in this forum and can't find something similar. I am not sure if this can be done since most questions are based on different tables. I feel this is maybe very simple but I am stuck and can't get this to work. I have a form with only ...
|
| Lookup from one table in another table's form | 19 Nov 2007 09:06 GMT | 1 |
Hi, all. As you know in Scandinavia we use «Post office number» and «Post office name» when addressing post. Each post office has it's «Post office number» and «Post office name». In a Access database of mine I have a table with two
|
| How can I "undo" an entry on a form/subform while still entering data ? | 19 Nov 2007 05:14 GMT | 2 |
I posted this question a couple of days ago and got 1 response but couldn't read it. Hopefully someone will have and answer. I have a form/subform for entering invoice data. What can I do if I realize that I have already entered the invoice ? Example: I enter
|
| Only one record shows in input form | 18 Nov 2007 23:55 GMT | 2 |
Good morning, I have created a database with Access 2003. I imported 17 records from Excel into the products table. When I open the input form to add new or correct the existing records,
|
| Remove Filter | 18 Nov 2007 21:39 GMT | 2 |
I have a combo box with the source of table.id, table.name. I want to filter by selecting table.name where table.id=form.id. The filter works just fine, but when I remove the filter using the code Private Sub RemoveFilter_Click()
|
| Why can't I make a control invisible in Datasheet view? | 18 Nov 2007 15:47 GMT | 3 |
I have a subform that is a datasheet. I want one of the controls not to be visible. I've change the Visible property to No but it still shows in the subform. How do I make it invisible. It is used as part of a calculated control and I don't want it to be seen.Thanks
|
| Limit Pages | 18 Nov 2007 15:12 GMT | 1 |
I have developed a form with approx 36 fields. Each field/control places the data in several reports. I noticed when I get to the end of the form, it begins all over again. I want the data to be entered only 1 time. Is there a way to limit the form to
|
| Total and query | 18 Nov 2007 14:21 GMT | 4 |
I have a form frmreferb which has a sunbform called frmreferbdetails (Continues Form) on the subform I have a text box called quantity and a Priceperunit text box. I have a Total Text box with the control source set to =[Quantity]*[PricePerUnit] this gives me the total of each line. ...
|
| Combo Box Column Not Being Displayed | 18 Nov 2007 12:35 GMT | 1 |
In an Access 2007 form I have a combo box based on a table with 2 fields. Although I have the Column Count set to 2 and column width for both, only the bound column displays when the cbo is closed. Only when I open the cbo does the other column display.
|
| Relative to a TAB Control I cannot 'send back' List Box and Subfor | 18 Nov 2007 06:41 GMT | 3 |
Other controls get hidden when I 'Bring To Front' the Tab control. Even if I Send Back the List and Subform they stay in front. Is this normal? Can code have more control.
|
| Date and time onto a form | 18 Nov 2007 06:01 GMT | 1 |
Hi, I am designing a form that my client would like the date and time automatically recorded in a field and stored so that when they refer back it shows when the record was done. The 'NOW' function only shows the current date & time and keeps updating. Is there a way of putting ...
|