| Thread | Last Post | Replies |
|
| DLookup Function | 02 Sep 2005 09:18 GMT | 3 |
I was wondering if someone could tell how I get a DLookup Function t return the last or latest record. I have a DLookup Function whic looks up the date field for a given user. If this user has more tha one record in the table I need the DLookup function to return th
|
| Write conflict message | 02 Sep 2005 07:32 GMT | 1 |
I have a form with 2 subforms visible, the top subforms has detailed information on the item selected in the bottom subform, on the top subform is am unbound name field which when double clicked bring up a new form to enter/change the name, when it is closed, the data is passed ...
|
| Selecting all text in a record | 02 Sep 2005 07:07 GMT | 1 |
In Access 2000 I would like my user to be able to click on a data point in a record on a continuous form and have that block of text selected and copied to the clipboard to be pasted elsewhere. This:
|
| Select records question | 02 Sep 2005 06:25 GMT | 11 |
You guys have been wonderfully helpful to me in keeping me on the right track with my database. I have some expertise in creating web sites but this is definitely nothing
|
| Passing variables between classes | 02 Sep 2005 05:39 GMT | 3 |
Please help me on this... I have a form1 with some controls.When i select editcontrol on form1 it opens up form2.I have some settings(variables) in form2.I make some changes to the settings in form2.When i click on ok on the Form2,i
|
| Requerying controls on subforms question | 02 Sep 2005 04:46 GMT | 1 |
Hello; I know how to requery controls on subforms, but what about this one? I can't seem to figure it out: I have a form with subforms on it. One of these subforms contains a control
|
| How to allow emptying of a date text box? | 02 Sep 2005 04:34 GMT | 1 |
A textbox date field has an edit mask of 00/00/0000;0;_ The user put a valid date into the field, but some time later discovered that it was premature to enter any date value. So, the question is: How do you code an edit pattern to allow the removal of
|
| Invalid Operation in SQL string | 02 Sep 2005 02:11 GMT | 3 |
I have string SQL like this when I run by Query it OK but when I bring to code it doesn't work. I don't know why. Please anybody can help me strSQL = "SELECT Qry_SLTDTemp1.ID, Qry_SLTDTemp1.Time INTO TblSLTDTemp1" strSQL = strSQL & " FROM Qry_SLTDTemp1"
|
| Replacements for DLookup(), DCount()? | 02 Sep 2005 01:32 GMT | 3 |
I had the impression that someone had come up with faster versions of the various built in domain functions like DLookup() and DCount(). But I can't find them. Anyone know if such are available?
|
| VBA Code | 01 Sep 2005 23:19 GMT | 2 |
I am very confused!! I am working on an application that includes public subs in a module. An example is: Public Sub CancelCurOrder(NewOrderNo As Long)
|
| link and sort main and subform | 01 Sep 2005 23:11 GMT | 3 |
slowly feeling my way forward as usual .... I have a main form that contains 3 unbound combo boxes allowing user to choose employee, month and year (of monthly timesheets). Event code in a button on main form then collects the value of the timesheet ID (primary key
|
| problem with subforms | 01 Sep 2005 22:46 GMT | 1 |
I have a form with three subforms.The two subforms contain dates. In third subform I want I present records using as criteria the dates from the other two subforms. What code it should I write in the open form in order to it works?
|
| Temp table in DAO | 01 Sep 2005 22:07 GMT | 6 |
I have a switchboard that opens my Home form that when clicked upon in two errors has code to open my f_PrimaryEntryScreen which has two subforms - f_BudgetUnit and f_PrimaryEntry. When I click on a record in f_BudgetUnit it opens up in f_PrimaryEntry the appropriate records. ...
|
| Form for dynamic report - need help with coding a Date feature | 01 Sep 2005 21:59 GMT | 3 |
I have code that works already, with the exception of a date range. In the database there is a field named BarDate that I want to run a query on. My current form has code where if a field is blank on the form when you hit the Apply Filter button, it uses the * to grab all of ...
|
| Stopping code execution | 01 Sep 2005 21:34 GMT | 6 |
I have a form that connects to a remote database and creates several recordsets. Depending on the state of the remote db, this code may take some time to run. I would like the user to be able to cancel out and stop the code by hitting the ESC button or clicking a button. The code ...
|