| Thread | Last Post | Replies |
|
| auto fill unbound fields on a form?? | 20 Sep 2005 15:46 GMT | 3 |
I'm new to access, therefore this maybe dumb question (regarding access 2002): I've got a form with an unbound field, which i want to fill dependent on the other fields of the current record. That means, when i open the
|
| Subtotal on a form | 20 Sep 2005 15:45 GMT | 8 |
I have a form which allows people to select (Yes/No checkbox) the transactions that they want to post. What I want to do is I want to have a text box on the bottom of the form that gives me total (on the transactions that are selected) after they select each transaction.
|
| screen resolution | 20 Sep 2005 15:41 GMT | 2 |
I have Access 2K Developers Handbook CDs handy, but I have misplaced my books. I am trying to acquire the code to dynamically set screen res. I have gone throught the 2 CDs and cannot find what I am looking for (or I am overlooking it).
|
| Can access automatically fill in a field on a form? | 20 Sep 2005 15:23 GMT | 1 |
First let me say that I am a new user and am very susceptible to OHS errors (Operator Head Space). I am building a new database so that my family can use it to log our SCUBA dives that we do. After a dive at a given depth for a given time, you are categorized as being in a ...
|
| Delete a Record - Error | 20 Sep 2005 14:56 GMT | 2 |
I created a form and have a Delete Record button that does the following: Recordset.Delete DoCmd.RunCommand acCmdRecordsGoToNew This works fine when I try to delete 1 record, but if I try to delete
|
| Cannot add record(s); join key of tablename not in result set.(Err | 20 Sep 2005 14:55 GMT | 2 |
Getting this weird unhelpful error, when attempting to populate a date field with a calendar entry on a On dbl Click event. Full message is :- Run-time Error '-2147352567 (800200009)'; Cannot add record(s); join key of tablename not in recorset.
|
| I would like to use autoroute as part of an access table | 20 Sep 2005 14:52 GMT | 1 |
I'm trying to get mileage distances to add to a table ,ie postcode de65 5 to postcode le1 3
|
| Block Editing | 20 Sep 2005 13:24 GMT | 5 |
Hi; Have a checkbox on the frm that when True blocks the record from being deleted. Want to add code that when True it also blocks a user from editing the data
|
| Disable Mouse wheel | 20 Sep 2005 06:47 GMT | 1 |
Is there an easy way to disable the mouse wheel when working within a form? Thanks in advance for your assistance....
|
| help with a DLookup Subform to Form | 20 Sep 2005 03:29 GMT | 7 |
Good Day All, I have the following field and controlsource for the form field, am having trouble comparing the invoiceid from the frminvoices to the invoiceid on the frminvoicedetailssubform. How do I need to change my code? Does anyone have
|
| running sum | 20 Sep 2005 00:04 GMT | 1 |
I have a form/subform setup wherein the subform contains the following fields: Date, Amount, and Balance. I would like to make a code that would compute the running sum of the Amount and place its result on the Balance. Thank you
|
| OLE Problem | 19 Sep 2005 23:59 GMT | 2 |
I know just enough about Access to get into trouble, so sorry if this is a dumb question. My school is using a program to save pic id with name and id number to create badges. I was asked to see if there was a way to pull the information so that it could be viewed as a report. ...
|
| tabs on tabs | 19 Sep 2005 22:19 GMT | 2 |
I am building a form containing a tab control with several pages, a few of which contain other tab controls. This is allowed although the visibility of the contained tab controls has to be managed at runtime by setting .Visible = true or false depending on the currently selected ...
|
| How do I set up a reoccuring word in access w/o retyping? | 19 Sep 2005 21:49 GMT | 1 |
If I would like to be able to fill in a field with a reoccurring word like Alabama, how do I do that without retyping each time. The comparison I would give is how excel fills it in once you have typed it once.
|
| Priority listing within a combo box | 19 Sep 2005 21:28 GMT | 7 |
Does anyone know how to display the contents of a list of items from a combo box in the order the user wants (rather than alphabetically...which is what Access keeps doing on its own). I'd like to list the most commonly used items first in the combo box with the other less used ...
|