| Thread | Last Post | Replies |
|
| 2003 Code Not Working in 2007 | 31 Oct 2008 22:54 GMT | 6 |
Hi Groupies: I borrowed this code from a 2003 database and am trying to get it to work in 2007. I don't do code very well so I need some help. Private Sub cmdDuplicate_Click()
|
| Sending mail with SendObject and Lotus Notes. | 31 Oct 2008 22:34 GMT | - |
Im using Access 2003 and Lotus Notes to send email. My Access is using a "split database". I have created the following code to send an email when the email button on the form is clicked:
|
| Help to kill a #Name? | 31 Oct 2008 22:32 GMT | 1 |
Being rusty at access programming, I need help resolving a #Name? problem. I developed a calculating form that is populated with several fields from an entry form. The information populates when the quote number is entered.
|
| Find duplicate filenames before copying | 31 Oct 2008 22:18 GMT | 3 |
ACC2003 I have a list of source files (Path & Filenames) that I want to copy to a destination folder (Path). How can I check for duplicates first? -Brad
|
| Filter help | 31 Oct 2008 22:13 GMT | 2 |
I have a form with two check boxes: NotesNeeded and NotesSent I would like to be able to click a button and filter the form to show only records where NotesNeeded is True and NotesSent is false. My current code is:
|
| Form Timer Question | 31 Oct 2008 21:27 GMT | 1 |
I have a form that has the following code: 'some code here..... If ec <> 0 Then 'Code to question write record goes here
|
| custom buttons on form | 31 Oct 2008 21:26 GMT | 2 |
I have a popup form as my database start-up form (set to hide db window) with the following settings: recordselectors- no,nav buttons-no,auto resize-yes,autocenter-no,controlbox- no,minmaxbuttons-no,closebutton-no,whatsthisbutton-no,popup-yes,modal-no.
|
| Capture User's Actual Name in Field | 31 Oct 2008 21:22 GMT | - |
Please forgive my double post, but I think I've been ignored b/c of the way I submitted my first post (i.e. with an afterthought reply giving me 2 posts). Here is what I still need an answer to... "jjones" wrote:
|
| After Update: Go to new record | 31 Oct 2008 21:20 GMT | 3 |
I have form with a subform. On my subform object I have an Event Procedure on "After Update". The Event Procedure has this: Private Sub Form_AfterUpdate() Me.Requery
|
| last item in ListBox | 31 Oct 2008 21:16 GMT | 2 |
On form load, how can I code VB to select the last item in a listbox?
|
| BrowseFolder dialog box | 31 Oct 2008 21:14 GMT | 8 |
I'm using the Browse Folder windows API to get the folder to save some files in. What I was hoping I would find is an interface similar to the FileOpenSave, which would allow me to add folders to the structure right in the API.
|
| Save/Retrieve User Settings | 31 Oct 2008 20:18 GMT | 6 |
I have created different backgrounds that I use in a form and want to have users choose which background to use when they use the database. I have sample code below which assigns colors to different controls depending on which background is in use. For example, if a user ...
|
| IsNull and Len not working | 31 Oct 2008 19:44 GMT | 6 |
This is driving me nuts... I have a number of combo boxes on a form. I would like the user to click a button to determine if there are any combo boxes which need to be completed, are completed. For the on click event I have used...
|
| Dynamically Create/Move | 31 Oct 2008 18:52 GMT | 2 |
I would like to be able to: -- dynamically create controls (usually a text box) on a form in the Form View (not the Design View) based on entries in a table (the contents of which are managed by another form) in the the same Access database. Each of the
|
| subform question | 31 Oct 2008 16:21 GMT | 2 |
Hello. I have a main form that has a tab control on it. The first tab has the parent information on it. The tab also has a subform on it that shows the children. My dilemma is when the form is opened the child information is visible for first record. What I would like is for ...
|