| Thread | Last Post | Replies |
|
| Key into form text box and update record immediately | 03 Oct 2007 05:16 GMT | 7 |
Probably bnot a good description but I'm finding it hard to put into words what my requirements are. I have a form with many labels and one free text field users can key into. Rather than having a button to 'Update' after completing the comments I was
|
| runsql syntax | 03 Oct 2007 02:54 GMT | 8 |
I'm trying to copy fields from a current form to a table not associated with the form. All the fields are Text and i'm getting a syntax error on UPDATE command My code is as follows fired on a onClick button:
|
| A question on Access Report header format | 03 Oct 2007 00:16 GMT | 1 |
I'm building a customized payroll report in Access in which some of the headings have a vertical orientation. The problem is, I haven't found a way to change the direction of the vertical text. I'd like this text to be read from bottom to top. So far, I can only produce vertical ...
|
| Change Text box back colour on sub form | 02 Oct 2007 22:58 GMT | 2 |
Hi all, i have a number of text boxes on a sub form and one of the fields is a Yes/No field for request rejected. What i would like to hapen is; if this field id flagged for rejected (Yes) then i want that row or a field in that row to be red.
|
| Last 7 records | 02 Oct 2007 22:40 GMT | 9 |
Could someone please show me how to extract the last 7 records from the code below SELECT Table1.A, Table1.B FROM Table1
|
| GoToRecord 2007 | 02 Oct 2007 21:15 GMT | 1 |
Is there a problem with the gotorecord command in access 2007 ? I have this code stTEst = IsNull(Forms(scrF)!ScriptID) If stTEst Then
|
| You tried to assign the Null value... | 02 Oct 2007 18:41 GMT | 4 |
I've been at this way too long to have this problem, but here it is anyway: Continuous form. Combo box, column 1 bound to field in table that is the form's RecordSource. Field is not part of PK in table.
|
| Recordset Based on Select Query | 02 Oct 2007 16:58 GMT | 2 |
Hi Im writing RS on Query to update records to new table but it gives me error, can some one help me to write this recrod set pls. dim db as DAO.Database
|
| Registering ActiveX Controls and wizard | 02 Oct 2007 16:09 GMT | 2 |
I am using Access 2007 and have the following problems:- 1) I cannot see any available activeX controls when I go to the add-in manager in visual basic. 2) My wizards for combo boxes, etc have disappeared
|
| Requerying Problem | 02 Oct 2007 13:18 GMT | 9 |
I created a botton that enrols a student into a class. when I pressed the botton, it works properly in data insert and delete level. But Requery statement at the end of the code is not working properly. Therefore, I need to manually requery the subform (manually requerying also
|
| set start options for access 2007 | 02 Oct 2007 12:11 GMT | 1 |
I would like to set tabbed documents to false programmatically. How can I do? Also, I would like to know how can I set all options for access 2007 programmatically. Thanks for your help,
|
| If statement depending on part of string appearing inside combo va | 02 Oct 2007 10:44 GMT | 1 |
I hope the title makes sense, i'm still getting to grips with programming terminology :) Basically i have a combobox which will sometimes contain DataDate...... or LoginDate..... or DateModified.... etc
|
| Still having problems with CDO | 02 Oct 2007 09:50 GMT | 5 |
I am using the following code.... Public Sub sSendEmail(ByVal strMailTo, _ ByVal strSubject, _ ByVal strMsg, _
|
| How to determine version of Access from a .NET 3.0 app? | 02 Oct 2007 05:18 GMT | 1 |
I need to be able to use PIA's to invoke Access 2003 OR Access 2007 from the same .NET 3.0 application. But I would rather not have to include a reference to BOTH the 2003 and the 2007 PIA in my app (if that's even possible). Instead, I plan to implement
|
| Close recordset | 02 Oct 2007 03:39 GMT | 3 |
How can I detect if any recordset is open and then close it? Is it possible to do this procedure? I appreciate any suggestions. Thanks
|