Row Source: Buy;Sell;Resource;Other
Row Source Type: Value List
The transactions subform is basically just a record list. I opened it and it will transition between records w/o an error msg. I don't know how to get the code for this. When I open it then click on VB the display reverts to the...
Replaced code, still getting error message. Don't know if this will help but attached is zip of the form (using your code or mine) with the error. Don't have enough posts to display it directly.
Ref the snapshot, if my first action is to click the advance record button at the bottom (1 of...
I brought the form ("Transaction") up in design, switched to database tools, then VB. This is the code that came up:
Option Compare Database
Option Explicit
Private Sub Check61_AfterUpdate()
End Sub
Private Sub Form_Close()
End Sub
Private Sub Form_Open(Cancel As Integer)
End Sub
Private...
Thx Ross. The form's property list does not show any Event Procedures. I couldn't find an AfterInsert event on the prop list.
I'm still trying to figure out how to use the debugging features among other things. Without explicit instruction I probably wouldn't be able to locate the code to...
Newbie...and trying hard to learn. I basically adapted a general inventory management database in Access 03 to track costs of restoring a classic car. It worked fine until opening it in Access 07. It uses the standard Switchboard app to initiate, from there either add or edit transactions...