| Thread | Last Post | Replies |
|
| continuous form field name | 23 Nov 2006 23:11 GMT | 4 |
On a continuous form: Is there a way to capture the field name of a particular record when the user selects one of the field values on the continuous form? thanks
|
| Open a second Access Db using VBA | 23 Nov 2006 15:58 GMT | 1 |
I want to open a second access 97 db using a comand button in my first access db. Please help?
|
| Open a Word document over a network from a commnad button on a for | 23 Nov 2006 15:33 GMT | 1 |
Hi I am trying to do what the subject line states over an internal network. I am using Access 2002 and from the form command button I have created using the mini wizard the VB code ends up like so (with some subsituted path names):
|
| Combo box alternate values | 23 Nov 2006 14:04 GMT | 2 |
Hi, guys - Rather simple but baffling question I have here... I have a booking form for an accomodation database. I want the user to be able to select the bed number they wish to book a customer into, bearing in mind, rooms can contain any number of beds between 1 and 8.
|
| null values on strings and dates. | 23 Nov 2006 12:14 GMT | 3 |
All, I was hoping someone would be able to help me with null values on strings and dates being passed into a Module. I know that I can test on a field for a null value using IIf([Field]<>"",getFullName([Field]),"") however I'm having difficulty figuring out how to match the IIF() ...
|
| A simple problem with MoveFirst | 23 Nov 2006 12:14 GMT | 5 |
In the following code, a table is populated with times and dates relating to a particular employee. What I then want to do is populate 2 variables (one with the 1st date and one with the last): 'Append the data relating to this user
|
| Import Protected Excel Worksheet | 23 Nov 2006 08:51 GMT | 1 |
Does anyone know if there is any way of importing an Exel file which has a protected worksheet without knowing the password or at least being able to copy and paste from it without knowing the password? All I want to do is be able to the read the data from the protected ...
|
| Problem with Wildcards using a Cursor | 23 Nov 2006 08:31 GMT | 3 |
The query: SELECT * FROM tblCapitalAssets WHERE Asset Like "C-*"
|
| Code won't run! | 23 Nov 2006 06:13 GMT | 7 |
I have written a database App using Access XP and everything is working OK except for one section where I have some code that will not run on machines with Access 2000, but works fine with XP / 2003. The code is executed by clicking a button on a form. All I get with 2000 is
|
| requery combo box in subform | 23 Nov 2006 05:08 GMT | 8 |
Have a form with a subform containing a combo box. If the value entered is not in the table behind the combo box the user is prompted to enter new values. If Yes then a new form is opened and the new values are entered into the table via the form. When the form is closed and you ...
|
| If....Elseif.....Else....Endif simple question, please help | 23 Nov 2006 03:47 GMT | 7 |
I'm still new to VBA and trying to write a simple function to derive gender from title, like this: Public Sub test_ifthenelse() Dim title, gend As String
|
| continuous form help | 23 Nov 2006 01:37 GMT | 1 |
Greetings All, I have found several questions in this forum that almost answer my question, but… I have a subform set up as a continuous form. There is not a direct
|
| How do I itemize all of the numbers within multiple sets of range | 23 Nov 2006 00:09 GMT | 1 |
I have thousands of ranges of documents that I need to determine all of the individual numbers within the ranges. In Access is there a sql statement that I can use.
|
| Delete records in a table | 22 Nov 2006 23:05 GMT | 2 |
Good day, How do I delete all the records in a table without deleting the table itself via Macro. Thanks in advance
|
| SendObject using Lotus Notes | 22 Nov 2006 23:04 GMT | 2 |
I've developed a database in MSAccess that, after some data manipulation, emails staff (with an Excel attachment). During testing, I set the 'edit message' to TRUE. However, when I change it to FALSE so that the emails (can vary between 70 and 130) would automatically send, Lotus ...
|