| Thread | Last Post | Replies |
|
| Creating a facility to update reports through data inputs | 15 Mar 2005 00:36 GMT | 5 |
I am working on Access 97 database. I am required to provide a facility to enable update to reports reports through data inputs. Is it possible to convert the report from Print preview to Datasheet mode? The aim is to Timestamp the data entry and then update the additional data ...
|
| Keydown event confusion | 15 Mar 2005 00:23 GMT | 8 |
I have a search box on a form and a handler for the keydown event, such that when keydown sees KeyCode = 13 I do a search for a record matching what is in the search text box. Now I notice several things going wrong :)
|
| Forms Vertical Scroll Bar | 14 Mar 2005 23:49 GMT | 3 |
I have a Form with a lot of controls on it. To the point that not all will fit on 1 screen. So I set this Form's "Scroll Bar" property to "Vertical Only". Yet the Vertical scroll Bars do not appear when the Form opens, you can't see the
|
| Multiselect Litsboxes and SQL statements | 14 Mar 2005 23:44 GMT | 1 |
I have a form with 4 Multi select list boxes and 1 text box. I need to construct a query that uses the input from each of these list boxes and the text box. I have code that builds a successful SQL statement with the in()
|
| text box size variable | 14 Mar 2005 23:23 GMT | 4 |
I would like to dynamicly set the size (length) of a text field based on the "trim" string characters. I am "fitting" the text (box) on a form with a background that I want to preserve, except for the text box area. It is a bound text box.
|
| Type mismatch error | 14 Mar 2005 23:15 GMT | 3 |
On a form, I have placed a command button that opens the user's email client and places the email address from records in a query into the 'To' line. The process works fine in a copy of the database that I was working in to develop this, but when imported into the original database ...
|
| Data Corruption - possibly caused by form? | 14 Mar 2005 22:37 GMT | 4 |
Wondering if someone can shed light on a data corruption problem. I have an Access database reading its data from a back end .mdb file. The main data entry form is bound to a query which obtains data from two tables which have a one-to-one relationship: ie primary key linked to ...
|
| Enabling textbox & dropdown upon check | 14 Mar 2005 22:21 GMT | 2 |
Hello. While I have experience with other types of code, I have never coded in VBA. I'm assuming that since this would be relatively easy to perform in other code, it will be here, but feel free to tell me if this is a bridge too far for a beginner.
|
| Saving a Parent form when Subform has focus | 14 Mar 2005 22:11 GMT | 3 |
I'm in process of converting someone else's database from Access 97 to Access 2003. Some of the code is kludgy, but I don't have a lot of time to accomplish this, so I'm trying to avoid major redesigns of form functionality if at all possible. But I've just run into my first ...
|
| Open a form with VBA coding | 14 Mar 2005 21:39 GMT | 5 |
I need to say if a particular value is entered, open this form. I've tried "If [field] = [value] then DoCmd.Open [form name] End If
|
| code to get records does not return the same records as a direct qyery on the data | 14 Mar 2005 21:03 GMT | 5 |
My problem (this time) is that the following code ( just as i write it below), does not return the same records as if it was a query dim rs as dao.database Set rs = CurrentDb.OpenRecordset("select * from print_positions where
|
| Associating label with a control | 14 Mar 2005 18:48 GMT | 3 |
Is their a way to Associating more than 1 label with the same control ? If so how ? thank you, Jeff
|
| File menu problem | 14 Mar 2005 18:24 GMT | 1 |
I have created a custom menu for a database. It only has a few simple things on it (File, Edit & Other). In the Startup options, this menu has been set in the MenuBar option. It works fine on my computer but on a client's computer, each menu is only populated with 'Other'. ...
|
| question on accessing data using table relationships | 14 Mar 2005 18:16 GMT | 4 |
I have two tables that contain a CustomerID field. One of the tables (Table A) contains the Customers name and address etc.. info - the other table (Table B) simply carries the customer ID as well as other data... Is there a better way to display the new customer name info from ...
|
| How do I work out the excess | 14 Mar 2005 17:06 GMT | 12 |
Hi I need to known what a policy excess should be, how do I go about setting it up so that the correct excess shows in my ExcessDue field? The drivers age is in "TextBox480" on form "COEvents" The field "LicenceHeldFor" and "ExcessDue" are on the above form, all the
|