| Thread | Last Post | Replies |
|
| DLookup Method with subform | 13 Feb 2008 11:28 GMT | 3 |
I am performing a valdidation rule on a field on a subform in the form of: DLookup("[Invoice #]","Query1","[amt] = &" Form.subform.control) This is with Access 97. What is the syntax to refer to the control on the subform when using DLookup?
|
| Copy and paste | 13 Feb 2008 06:04 GMT | 1 |
1-How can I use VBA Code To Copy (Ctrl+C) any think. 2- How can I paste the result on specific place on my H.D like D:\ (by VBA Code) Step should VBA Do
|
| product activation for my ACCDE | 13 Feb 2008 03:58 GMT | 1 |
I can't be the first guy who wants to copy protect his access app. Is there a nice tutorial out there somewhere about generating some kind of computer-specific ID code at runtime, that I can use in concert with some licence-specific code I create and email them to enable/disable ...
|
| memo field update transaction | 13 Feb 2008 03:35 GMT | 12 |
I need update or insert data in to memo field. Docmd.RunSQL runing perfect, but does support transaction rollback or commit DAO.QueryDef only accepts parameter up to 255 characters, but support roll back.
|
| 1st numerical field in a string | 13 Feb 2008 02:43 GMT | 3 |
Is there a VBA function that will return the 1st numerical value in a string? E.g., val = FirstNo("ClassID = 8 AND bla bla bla")
|
| loop thru all forms to change properties | 13 Feb 2008 02:21 GMT | 5 |
i want to add a command that will update header.backcolor... in (all) of the forms with in the current project...and am using the following code (below)... it loops thru the forms correctly, but does not change the color...
|
| OpenRecordset Error | 13 Feb 2008 02:06 GMT | 3 |
Hi can any body tell me why this code works for a table but not for a query please this works for a table. Dim rst As DAO.Recordset
|
| acNewRecord Custom MsgBox | 13 Feb 2008 01:54 GMT | 5 |
Hi, I really need help with this. I have two Table PatientRecordTb and PTRTransTb. PTRTransTb is unbound Both Table are same .
|
| Filter expression passed with DoCmd | 13 Feb 2008 01:40 GMT | 3 |
It appears that the filter expression passed to a report as a part of the DoCmd expression is not available in the Open code. I.e., Me.Filter is null.
|
| SQL - Checking for existing record in table | 13 Feb 2008 00:12 GMT | 3 |
It looks like it should work, and I have painstakenly looked over it for a long time. It runs, but the result is not what I want (checking if record exists): The primary key is the retort id & labor code & process_name & employee_name
|
| open form, show all records but go to a specific record | 13 Feb 2008 00:00 GMT | 2 |
I'm using the following code in the Click Event of a list box in one form to open another form and go to a specific record: stDocName = "frmActivity" stLinkCriteria = "[ProjectID]=" & Me!List2
|
| OLE | 12 Feb 2008 22:21 GMT | 2 |
I have a table with fields (Id primary key) and (d_object OLE) The field d_Object contain (data base) as OLE Dear all I want to use VBA To Copy OLE from the table and put it in specific place on my H.D (D:\) for example
|
| Updated to 2007 and... | 12 Feb 2008 20:51 GMT | 7 |
I was upgraded to 2007 and the following line throws an error: Me.DateUpdated = Now() This is the error I get: Update or CancelUpdate without AddNew or Edit
|
| Error 2471 | 12 Feb 2008 20:09 GMT | 11 |
I have the following code in the AfterUpdate event of a control. It produces the error. "The expression you entered as a query parameter produced this error. The object doesn't contain the Automation Object Forms!frmOrderDetails!LoadedDate"
|
| Clearing form after error | 12 Feb 2008 19:46 GMT | 14 |
When an item entered into a drop down box is not found, I have the application bring up a form so that the item with appripriate info can be entered. When that form is closed I am returned to the original form which is which is fine. However, the erroneously entered information ...
|