| Thread | Last Post | Replies |
|
| Combo Box to change fields | 04 Sep 2007 15:11 GMT | 5 |
Is it possible to create a combo box which changes the other fields according to the selection made in combo box on a form. For example, if user selects 'Monitor', other fields such as 'flat screen/CRT?' would appear. However, if user selects 'Mouse', the previous
|
| Emailing Forms | 04 Sep 2007 15:08 GMT | 3 |
Could anyone please tell me how to produce a snapshot view of a form so that I can email it. I can do it for a report but not a form. Many thanks JM
|
| Sending the same e-mail to multiple recipients | 04 Sep 2007 12:16 GMT | 3 |
I am a fairly new user to vba in access. I am trying to create a form that will send the contents of two textboxes using outlook. this i have done succesfully for one recipient. the next task i have is to now send the e-mail to multiple recipients
|
| Wierd error message, Please help can't access database | 04 Sep 2007 02:06 GMT | 2 |
I've received this error message that i have never seen before and I can't get into my database. At times when it does let me in all of the tables have dissappeared. I:\NEWSUR~\SECURE~1.MDB isn't an index in this table. Look in the Indexes
|
| Form button question..I think?? | 04 Sep 2007 00:22 GMT | 10 |
I have a form with a Combo box named cboChurchName. The user can change the value in the combo box (which is bound to a table). Below the combo box there is a button named Church Info. Currently the Church Info command button opens a form generated from a query named ...
|
| populating subform from a single combo box | 03 Sep 2007 22:34 GMT | 1 |
Please help! I have a limited knowledge of VBA, so please make this a simple as possible. Thanks in advance. I have 2 questions: 1. I have a form called Parts Lookup with a combo box called cboPartName. I
|
| Open Form in Add Mode | 03 Sep 2007 22:10 GMT | 3 |
I have form that is designed to open in DataSheet Format.. When I open the form normally it works perfectlhy. When I open it from switchboard open form in add mode it open in form view...
|
| Updating main form from a subform | 03 Sep 2007 16:28 GMT | 5 |
I have a subform which is a datasheet. When a user clicks on a row in the datasheet I want the record on the main form to update and display those details. If I have the following code executing on an on_click event I get an out of
|
| Several forms linked to one table | 03 Sep 2007 16:28 GMT | 1 |
I want to create a database which has several forms in it but with only a few fields in each and linking in between by command buttons.....here is what I need First form - details are entered in each field
|
| Min value w/conditional formatting | 03 Sep 2007 13:46 GMT | 3 |
I have a control "txtMin" in the header of a form and the continuous form has a list of values ... I have conditional formatting setup to change the background color of 'txtSOS" to blue if it matches the txtMin control. It does not work. txtMin is setup to: Min([SOS]) and ...
|
| Problems in ACCESS 2007 | 03 Sep 2007 12:31 GMT | 2 |
2 serious problems i encounter . Any help will be wellcomed 11. I had a report based on a table.We decided to cancel 4 fields from tableand I removed them from report and changed the table qury on report - I checked the sql - everything looks fine. However when
|
| Filter a form by the value of a control | 03 Sep 2007 02:16 GMT | 3 |
I have a from that I want to filter by the valu eof a text box but the form keeps prompting me for the text box value upon loading... Here is the SQL SELECT tblSpeedOfService.SOSID, tblSpeedOfService.SOSDate,
|
| creatiing new field in 2nd and 3rd tablr from first table | 02 Sep 2007 23:39 GMT | 2 |
The problem: I have date tequairing almost 450 separate fields and have created 3 tables to deal with this. the problem is linkin the 3 fields together.
|
| Access 2003 resets form variables during debugging while the form is open | 02 Sep 2007 02:14 GMT | 2 |
I am using MS Access 2003. (FWIW, this is about an ADP project, not MDB.) A form has a variable that is initialized (by some function call) in Form_Load() and then stays unchanged for the form's entire lifetime.
|
| Drawing Lines | 01 Sep 2007 19:14 GMT | 3 |
Is there a way to draw lines across a Form or Report? I want more visible section dividers in forms, and do not want to have to import graphics from outside Access. I had a method for doing so in 2003, but am stymied by 2007.
|