| Thread | Last Post | Replies |
|
| value in subform | 11 Oct 2008 07:09 GMT | 8 |
I have a form with a number (=the number of the current week) Next to this number I have 2 pushbuttons: + and - to increase and decrease the number (getting next or previous week. On this form I created a subform. I get data from a table matching the
|
| Delete w/o Bloat | 11 Oct 2008 01:59 GMT | 8 |
I'm running SQL statements to delete unwanted records. Is there a way to do this without bloating each time a deletion is run? Thanks DS
|
| Break points HELP!! | 10 Oct 2008 23:52 GMT | 5 |
I have an access 2000 application. I have various code on the on open event of the welcome menu form, which i wanted to test today. I put breakpoints in the code to test and then when finished i cleared the breakpoints.
|
| Query Counts by Days not Months | 10 Oct 2008 21:06 GMT | 7 |
Below is the SQL for a query that I have that sums how many documents were issued to a department for a specific month. The users select the month and year from a form via combo boxes (that way they cannot select more than one month for a date range). Then I have hidden text boxes ...
|
| Need Help Handling Apostrophes with New Data | 10 Oct 2008 17:40 GMT | 9 |
Hello. I am trying to handle the apostrophes during this NotInList event: I cannot get it right and am at my wits end. Any ideas? Thanks!
|
| Problems with input-validation | 10 Oct 2008 17:29 GMT | 18 |
i\'m not sure whether i\'m right here with my problem or not, but i try. Situation: I have a table with just one field \"myfield\" date-type is \"LONG\" I also have a form with just one textbox. The form ist bound to the
|
| export form filtered data to excel | 10 Oct 2008 17:22 GMT | 8 |
Is there away to export a filtered selection of a table (which is on a form) to excel? I'm reading some of the posts, and it appears I would need to have the filtered selection dump into a query then export it. Is that correct? What would be the best approach?
|
| Time Calculation | 10 Oct 2008 17:09 GMT | 4 |
I have a field that has total time spent on job and now boss wants a "countdown" of time left to finish job. If I have a number type field for hours given to complete job, how can I work a calculation to subtract the time spent (which is a date/time field) from the hours given so ...
|
| Message Box Reminder on close or Before Update? | 10 Oct 2008 15:15 GMT | 5 |
I would like a message box to appear once the user has filled out the form and wants to close it or move on to the next record. It's a simple reminder message and does not require any input, nor does it rely on data in any other field on the form.
|
| recordset.clone | 10 Oct 2008 13:43 GMT | 5 |
Hi, Dim rs As Object Set rs = Me.Recordset.Clone rs.FindFirst "[Location] = '" & Me![Combo58] & "'"
|
| Why is this an error? | 09 Oct 2008 22:39 GMT | 21 |
What's wrong with this, I get an error here. Private Sub Form_Open(Cancel As Integer) Me!cboxVendor.RowSource = "Select en_vend_key, en_vend_name" & " From tblAdageVolumeSpend Order By "" & " "tblAdageVolumeSpend.en_vend_key;"
|
| Function works erratically | 09 Oct 2008 16:15 GMT | 4 |
I have a function in Access 2000 which is called by F6 as follows: Public Function BonaFideFormation() Forms![Enquiries]![Type] = "FORMB" Forms![Enquiries]![Price] = "£77.97"
|
| Copy data from field on a form/paste it to a field in another form | 09 Oct 2008 12:47 GMT | 4 |
I have a database with a form called "Workorders". We send technicians out to customers to perform service based on the created workorders. Sometimes the technician return notes (i.e missing 1 screw, replace at next service) for the next technician to perform at the next service.
|
| sending emails from access through outlook | 09 Oct 2008 06:17 GMT | 4 |
i have 2 problems with sending emails from access through outlook: 1. outlook reports that the email has not been sent even it in sent items folder. 2. how can i format the email (font, color, align)?
|
| Using the Access button wizard to link forms | 08 Oct 2008 20:57 GMT | 7 |
I am having a problem getting the button wizard to open the correct forms. I have my main form (form 1) that is defined by a Unique Primary (ex. CaseID) key and it is related in a one-to-many relationship to another form (form 2) that has a primary key (StructureID) and a foreign ...
|