| Thread | Last Post | Replies |
|
| Use of buttons | 17 Aug 2005 13:52 GMT | 2 |
Is there a way I can use web-buttons or something similar in MS Access? regards reidarT
|
| Order By - removing when closing form | 17 Aug 2005 12:35 GMT | 1 |
How can I remove a string from the 'Order by' property on a Form's property sheet when closing a Form wit an event proceedure on the On Close event? Many thanks.
|
| First atempt at Not in list | 17 Aug 2005 08:06 GMT | 2 |
I am tring to adapt some code found in an MS Access book by John Viescas must add very good training material I have a subfrm frmWorkshopbooking and a combo box Combo67. This is bound to a learner CSID. The combo box displays the learners name but stores the
|
| How to pass a value from DAP to form | 17 Aug 2005 07:53 GMT | 1 |
I used the DAP to display a term list. It is very similar with 'Review Products' page in Northwind. All terms are sorted by Alphabet. My question is, How to pass a selected term to a form when user click, check or select
|
| associated icon in continous form | 17 Aug 2005 07:52 GMT | 2 |
I have a continuous form mapped to a table that contains filenames. Now I want to add an unbound column to the form that contains a picture of the associated icon of the file in the record. Any ideas?
|
| Search form | 17 Aug 2005 07:40 GMT | 5 |
I have created a form to enable users to search for an application rather than use the CTRL+F find function built into access. I have created the following:- 1. A form called Search_Form
|
| Lookup Query | 17 Aug 2005 07:27 GMT | 18 |
At this point I am totaly lost, I have Two tables, Well these are the only ones of concern right now., They are "Females" & "Breeders"
|
| Help with Code/Tables/Form | 17 Aug 2005 06:20 GMT | 1 |
Currently, in my database there are two main tables. One is for student info (Name, address) and the other is for test visits Data(Instructor, Date, test name, etc). So, what is happening now. New records are created for both tables everytime a student signs in. I would like ...
|
| Name not in list help | 17 Aug 2005 01:40 GMT | 4 |
I have "form 1" that creates a project charter. On that form there is a place for a manager to select from a list different staff members to assume different roles on the project. If we want to add someone that is not in the list I have added the following code when not on list ...
|
| Problem with sum not refreshing | 16 Aug 2005 23:38 GMT | 2 |
In a subform I have cbo_BodyType containing BodyType, Prm1, Prm2 and this populates the unbound control MV_PRM with either Prm1 or Prm2 depending on the body type selected and which state the debtor is based in. The control source for MV_PRM is
|
| changing control props in datasheet view for 'active' record | 16 Aug 2005 20:42 GMT | 13 |
i don't know whether my subject line's heading fairly represents what i'm trying to learn but here goes anyway... i have a form (that uses a query as its record source) in datasheet view. i would like to be able to change the colors (fore and/or background) of the
|
| Start e-mail client with link | 16 Aug 2005 20:42 GMT | 2 |
I have e-mail addresses on a form, formatted as a hyperlink. How do I set it up to start the user's e-mail program to send an e-mail? I am not sending any info from the form, at least not yet. It is a contact info form. TY,
|
| Can't make Combo Box refresh after adding | 16 Aug 2005 20:28 GMT | 2 |
I am trying to make a ComboBox in Access 2000 refresh after I add a record on the fly to the underlying table that is the source for the Combobox list. To start with, I have a form for new jobs. The customers or CLIENTS of these jobs are entered in a combobox bound to a ...
|
| Cannot make MDE-file | 16 Aug 2005 18:55 GMT | 2 |
When trying to produce an mde file out of a mbd-file I get the error-message "MS Access can not make an MDE file". I have made sure the database is compiled, I have used the Repair utility and even created a new database and imported all the object from the old
|
| Controlling visability of a command button | 16 Aug 2005 18:33 GMT | 4 |
How can I arrange for a command button, cmdCommandB, on frmFormB to be made invisable when frmFormB is opened by command buttom cmdCommandA on frmFormA. Is there code I can put in the On Click event of cmdCommandA, in addition to the code already there to open frmFormB, that ...
|