| Thread | Last Post | Replies |
|
| Passing Chart through | 13 Sep 2005 16:20 GMT | 2 |
Does anyone know if it is possible to pass a Chart through to a function. Hopefully I am saying that correct. I have a form that passes 5 text fields through to a module that exports those fields into excel. I have a chart on this form that I would like to
|
| creating FORM delete button coding | 13 Sep 2005 16:07 GMT | 5 |
hi, ive 'created' a delete record button in a form as i know absolutely no VB, but i also want it to run a macro Msgbox, (that ive created) which displays a warning msgbox before anything deletes. However, when the delete buttons are created via the wizard it obviously creates an ...
|
| dlookup help needed! | 13 Sep 2005 15:46 GMT | 2 |
I'm having a problem with a dlookup statement using 2 criteria. Both statements work individually, but when I try to put both together using AND the lookup fails. I'm sure it's the quotes, or somethng similar causing my problem, but I've looked & worked on it until I can't see ...
|
| Change recorset | 13 Sep 2005 14:41 GMT | 1 |
I have a subfrom for "communications" (tblCommunications). This subform is sorted in descending date order, so that the last communications (by date) is shown when the form is opened. I have command buttons on the subform that go to First, Next, Previous and Last. Because
|
| How do I count values from a recordset in a text box? | 13 Sep 2005 14:41 GMT | 2 |
I have a form that returns the recordset ship_month. I want to be able to count how many months that are the same, and return the results to a text box. The code I have for the text box gives me an invalid syntax; Please see below. ..
|
| Make read only mdb methods | 13 Sep 2005 14:36 GMT | 1 |
I have made one mdb, in which I made a password type system, like when the mdb is opened, it opens a form, where the user enters a password and it takes it to SwitchBoard Form, if wrong password it exits mdb. One user was using the mdb, he had the persmission to edit/modify/Add ...
|
| help with updating a combo on a subform | 13 Sep 2005 14:31 GMT | 3 |
I'm having trouble updating combo boxes on a subform I'm using the requery method. I want the list on the combo box in the subform to update when a combo box on the main form is updated.
|
| Post code lookup | 13 Sep 2005 14:26 GMT | 1 |
My database has a table with a list of Sources. The sources are the places where we advertise. Each postal region has its own code. For example BA = Wales. I would like to create a field that when a post code is entered it looks at the code name in the table and inserts the ...
|
| Enabling a "scrolling" mouse in my app... | 13 Sep 2005 14:20 GMT | 2 |
I am working on an Access 2000 application where I would like to enable a "scrolling" mouse - should a user have one. I do not see where this can be enabled... Can someone help me?
|
| get description of all tables | 13 Sep 2005 11:20 GMT | 1 |
Anyone has a simple code where i can debug.print the description property of all the tables in a mdb? I want to check the linked string in the description part.
|
| Update records in the active form using macro or code | 13 Sep 2005 10:55 GMT | 1 |
Is it possible to write data back, from an active form, to the underlying table, using a macro or piece of code? There is the option to select 'Refresh' option in the 'Records' menu or click on the long narrow button on the far left of the screen (with the picture of a pencil on ...
|
| Focus on record in subform | 13 Sep 2005 10:06 GMT | 3 |
I am using a main form in single view to enter data to a table. On the main form I have a subform that is a continuous form to show that data. Both main and subforms have the same RecordSource. On the main form, After Update event is:
|
| list box, move to record selected | 13 Sep 2005 10:02 GMT | 1 |
On top of my clients form I have a listbox listing all clients. What code do I need to use in order to move the current client on the form to the client selected in the listbox? thanks in advance, george
|
| Check file if there | 13 Sep 2005 09:52 GMT | 3 |
I hope some one can help me I need the code to check if a file is there or note. If not it must give a error message which I want to specify and if the file is there then nothing continue loading. Regards
|
| Problems after printing a report | 13 Sep 2005 09:51 GMT | 2 |
hello to all access experts i have this problem, which occurs only in one of my mdb's: after printing a report from code (using docmd.openReport.....) the screen fonts turns to "DOS" like fonts and loose their formatting, and it changes back only after
|