| Thread | Last Post | Replies |
|
| Send more then one attachment in Email | 03 Aug 2006 01:06 GMT | 1 |
I am using the SendObject to send email attachments out to users. I would like to send more then one attachment in a single email. What would I use to do this via VBA? Current Code:
|
| How do i restrict a report to a specific record on a form? | 03 Aug 2006 00:56 GMT | 2 |
I am designing a purchasing system. I would like to be able to look at a specific record, click a button and bring up the confirmation (report) for that record only. I need to tie it together by PO Number. Thanks.
|
| MainForm Feeding two SubForms from Combo Selection | 03 Aug 2006 00:24 GMT | 1 |
I am using Access2003. I have a MainForm that has two subforms. The first Subform is dependent on a selection from a ComboBox on the Main form
|
| Insert Data from one table to another | 03 Aug 2006 00:14 GMT | 1 |
I have 2 identical tables. Tbl_Items & Tbl_History. I have a form that asks the user to select a client. When the user selects the client, I want to transfer any records with this Client name in tbl_History into tbl_Items. it is an inspection database and so I need to carry out ...
|
| Do not allow Deletions | 02 Aug 2006 22:02 GMT | 6 |
Is there a way(other than setting the forms property AllowDeletions to No) to prevent users from deleting a record or information in fields from the form once it has been added? I need to them to add and even go back to a previous record to edit but no delete any of the ...
|
| Referencing a second subform in a calculated field | 02 Aug 2006 19:33 GMT | 4 |
I have a form with two subforms. I have code to populate boolean fields which works fine as a form_current event. However, I need it to recalculate when a Net Acres field is changed on my main form. On my first subform, there is a calculated field whose value will change
|
| requery help | 02 Aug 2006 19:14 GMT | 1 |
Hey! I was getting a #deleted error on my form but fixed that with applying the timekey and doing a requery method. But now the requery works so well it will only let me input one digit numbers and sometimes I will need to use two or three digit numbers. Any ideas that would
|
| How DO I Create A Field That Checks 4 Other Fields For More Than 1 | 02 Aug 2006 19:13 GMT | 3 |
I have four fields with Yes/No check boxes, I would like to create a fifth that is Yes/No If More than one of these boxes are checked. I am using this for a report, so if there is a way of doing it straight into that, that would ideal!
|
| Renaming | 02 Aug 2006 18:58 GMT | 4 |
How can I be absolutely certain that I rename EVERY occurence of a name, wether it's for a control, object, label, macro, form, subform, query, reports, modules classes, etc.?
|
| How to access a control from subform | 02 Aug 2006 18:48 GMT | 4 |
Hi. I am trying to use a calendar to set the date on a subform, but the best place to pu t the calendar object is of course on the main form. This is what I have been working with>> Private Sub EndDate_click()
|
| Calculate a date knowing the week number and year | 02 Aug 2006 18:07 GMT | 7 |
Does anyone know how to calculate a date based off of a year and the week # (i.e. year 2006 and week 31 would equal 7/31/06 which is the first day of week 31) ? Thanks,
|
| Unbound Form/Controls w/ 1 Cmbox displaying 2 lstboxes data | 02 Aug 2006 17:26 GMT | 1 |
I am working on a form and have it almost working how I want. I have a main form that is unbound with 3 main controls. A combo box and 2 list boxes, all unbound but just using queries from tables. My database consists of a list of "sites" that each has 0 to many "monitors" at ...
|
| help with update | 02 Aug 2006 17:24 GMT | 2 |
i have a quick question could someone post some sample code which would go through the entirity of a database and check the value of each record in 1 field and use an if statement to change it's value. IE.
|
| How to Make ComboBox Set Two Fields | 02 Aug 2006 17:24 GMT | 4 |
Access 2003. Currently I have a combobox that displays three columns on the dropdown. The bound column assigns the value to a field in my table. However, I would like to have two bound columns setting two fields in my table. How may I accomplish this? Thanks.
|
| Save Data selected in one combo, based on the selection made in another | 02 Aug 2006 16:09 GMT | 1 |
I have been working on a form to allow me to Display values in one combo, based on the selection made in another. I now want to save the information that is selected in another table, does anyone have a solution for this?
|