| Thread | Last Post | Replies |
|
| Creating Pass-through Queries on the fly | 29 Aug 2005 11:44 GMT | 1 |
I've got some code: Dim strDiseases, FirstChunk, ConnectStr, strQueryName As String Dim thisDB As Database Dim fh1 As Integer
|
| Programmatically selecting record in subform | 29 Aug 2005 09:35 GMT | 6 |
Is it possible to select a record in a subform, programmatically? Finding which one is selected is the simple part; but how to actually select one? Jonathan Scott
|
| Determining type of characters in a form field | 29 Aug 2005 08:38 GMT | 2 |
I'm writing an application that separates delimited address text generated from a business card reading software. Because the addresses come in both English and Chinese, I need a way to determine what characters are stored in the field in order to separate the text accordingly to ...
|
| Append button | 29 Aug 2005 06:21 GMT | 1 |
I have a form that use a command button to append a table. I get the standard Access message box saying "You are about to append 1000 row(s) that has a Yes or No button. What I want to do is if the user press the yes button I will have a message box appearing the same if the ...
|
| setting a reminder | 29 Aug 2005 05:50 GMT | 2 |
hi, im trying to set a reminder based on a date which I type into a field called "transd" what I would like is 30 days after the date I typed in a message box or feild box would pop up and tell me that i need to look at the "name"
|
| Setting up printer Progamatically | 29 Aug 2005 02:38 GMT | 3 |
I have a routine that works fine on some systems, but not on others. It's an Access 2003 database, where I check for the existence of a certain printer, and if it's there, go ahead and set it as the default printer, set some attributes, and open a report in print preview.
|
| Open form to specific record or defualt to new | 29 Aug 2005 02:09 GMT | 3 |
I want the user to be prompted for a bill # as, or before, the form opens. If the bill # is an existing bill, the form should open to it, but if it is not, it should open to a new record. Can someone please help me with this?
|
| DOES THIS CONTROL EXIST? | 29 Aug 2005 00:52 GMT | 3 |
Is there an Access control that behaves like a standard File Browser dialog, like when you want to upload a document to an email etc.? I have a field in my database which holds absolute paths to documents, and I'll be using a hyperlink to display the data, so people can just click ...
|
| Problem building custom switchboard | 28 Aug 2005 21:39 GMT | 8 |
Access 2003/XP: I'm building a switchboard using a form that opens either of two other forms. The two other forms are used to open labels or reports. All forms are sized exactly the same height and width. When the main form
|
| Run AfterUpdate code on another form | 28 Aug 2005 20:44 GMT | 3 |
How can I open Form2 from Form1, select a value for combo box (Combo 2) in Form2 based on a combo (Combo1) in Form1, and run the AfterUpdate code for Combo2? I am able to open Form2 and select a value for Combo2, but can not run the
|
| Singular selection on a boolean column | 28 Aug 2005 20:26 GMT | 5 |
I have a table with a boolean field. How do I ensure the user can only set the column to True for one record for the entire table? If the user has decided to set another record to True, the set record must be set back to False. Any ideas?
|
| Using MS Main Library in Access VBA | 28 Aug 2005 20:20 GMT | 3 |
I am trying to build an anagram utility for improving Scrabble skills. It involves inputting seven letters and then creating a table with all possible combinations for those seven letters (I have been able to do this pretty easily). I next want to check that table against a ...
|
| max length when using me!listbox.additem | 28 Aug 2005 19:15 GMT | 2 |
I'm inserting rows in a listbox with: Me!listbox.additem string The listbox has the maximum of 255 columns. The string is always 2000 characters.
|
| Opening a new form and closing the existing one | 28 Aug 2005 16:48 GMT | 3 |
If I have frmForm1 containing a command button that opens frmForm2, is there some code that I can add to the buttons On Click event so that frmForm1 does not reappear when Form2 is closed? i.e frmForm1 is closed at the same time that frmForm2 is opened.
|
| Need learning materials for Access | 28 Aug 2005 15:33 GMT | 4 |
I have been using Access for many years and am always learning something new. I also struggle many times simply because I don't know how to properly code something in VBA. There are many books on Access and most of them include the fundamentals. I am looking for a more advanced ...
|