| Thread | Last Post | Replies |
|
| Cut of String at Carriage Return | 13 Apr 2008 18:09 GMT | 3 |
I have a string like this: strmyautor = mid(strclipboard, pos1, pos2) Within strmyautor is a linefeed or carriage return and I want to cut of the string at the linefeed or carriage return.
|
| Send email with optional message from combo box? | 13 Apr 2008 17:48 GMT | 6 |
I want to send emails that include some fields and additonally ask a relevant question relating to the fields. I can automatically include the fields in the email body message; but I also want to select the relevant question from a pre-defined combo list?.
|
| On Error Handler Creates Error | 13 Apr 2008 00:40 GMT | 2 |
I am developing a new database and I want to be able to capture errors in a table so I can sort through them without having the users try and send me screen shots and such. Below is the code that I have on my OnCurrent event. This code did not produce an error. It does exactly ...
|
| Problem with enable property of tab control | 12 Apr 2008 21:28 GMT | 2 |
I am having trouble changing the enable property of a tab control to NO. I have a command button with the on click property running the following code: Me.TabCtl73.Pages(0).Enabled = False When I click on page 0, the text boxes are disabled. But this is not what I
|
| Value entered isn't appropriate for the input mask | 12 Apr 2008 11:28 GMT | 2 |
I have phone number input and am using an input mask (ands rapidly realizing I am a masochist for doing this), I get a generic error message if I try to save an invalid format. Can I replace this with a more user friendly message that just says 'Invalid phone number'???
|
| how to slowdown or pause a loop waiting for a web page to load? | 12 Apr 2008 04:48 GMT | 4 |
I have a form that submits a web post using the ms browser activex add in. wbbWebsite.Navigate URL:=msgtextstring I should then get back a message back from the web page like this "ACCEPTED=2008041100025654OBMREF=815553RESULT=success " but if i submit
|
| Weird phone number formatting phenomenon | 12 Apr 2008 03:53 GMT | 5 |
I have a bound form with an unbound area containing a phone number. This area is filled programatically via records in another table. The unbound control is set to Enabled=Yes, Locked=Yes, it has a format of (@@@) @@@-@@@@.
|
| refresh tbox value | 12 Apr 2008 00:29 GMT | 2 |
I have a textbox where I input a number. I want it to refresh another tbox that calculates a formula would it be Private Sub tboxbatchsize_AfterUpdate()
|
| Reading Outlook folder in VBA | 11 Apr 2008 22:56 GMT | 1 |
I read an Outlook address folder in an MS Access database (to populate a table). I always get this annoying warning prompt "A program is attempting to access email addresses you have stored in Outlook. Do you want to allow this?"
|
| dbclick checking | 11 Apr 2008 20:08 GMT | 2 |
I have a double click event on the datasheet form. It is fired all the time. I would like to triglle the event only there is data on it. Are there any property to check for record exists before execute the code?
|
| DLookup? | 11 Apr 2008 19:41 GMT | 15 |
I have a form that when the Collateral code is entered in a text box in my AfterUpdate event, it automatically prefills the Rate field. The code is long and I was wondering if there was an easier way to handle this. I thought maybe a DLookup but that would mean I would have to ...
|
| user/password problem | 11 Apr 2008 19:25 GMT | 4 |
Hello I am using the built in access user/groups to control access for my access application. I have run into an issue with passwords. When I try and read the password property of the user it says i can't change it to string. Is there a reason for this or am I just trying to do ...
|
| query table | 11 Apr 2008 19:01 GMT | 13 |
I have a table that has item numbers and item descriptions, within it there are thousands of item numbers. I have a form where I type in the item # into a text box, is there away for the description of that item to populate in the item description text box? Thanks in advance.
|
| onformunload | 11 Apr 2008 18:08 GMT | 15 |
I have a button to close the form and call DoCmd.Close I have code in unload to verify before close. If user did not savwe information than ask user to make sure close the form. The unload works if I click on "X" button.
|
| mde | 11 Apr 2008 16:44 GMT | 2 |
Does user need insatll Access to run mde version? Since it is compiled version, can user run MDE without Access install? I know that user is unable to see VBA and design form. Is it possible to hid the table as well?
|