I am attempting to run a routine which will select the recordset using the next number in a counter to reference the recordset. For example
Dim rs1, rs2, rs3, rs4 as Recordset
Set rs1 = db....
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_11577718.html
Zones:
MS AccessDate Answered: 10/20/2000 Grade: B Views: 0
I have the following Function and I need to add one field to be appended to the tlog table. In the table named tlog, besides User, SourceTable, Operation and Date I have a new field I want to add ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10286203.html
Zones:
MS AccessDate Answered: 02/07/2000 Grade: A Views: 0
i have occurred a problem
cannot update Database or Object is read-only
my code is here
Dim wrkODBC As Workspace
Dim conPubs As Connection
Dim rstTemp As Recordset
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20394151.html
Zones:
Visual BasicDate Answered: 06/02/2003 Grade: B Views: 0
'''Right here I have all items in "ListBoxWaferID" selected and I am creating a new record for every item
For Each varItm In Me.ListBoxWaferID.ItemsSelected
Me.tmpWaferID.value = Me.ListBox...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20823535.html
Zones:
MS AccessDate Answered: 12/11/2003 Grade: A Views: 0