Search results

  1. A

    I just want to create a recordset (Runtime Error 424)

    Why does the following code generate an error. All i want to do is open a recordset which I thought would be straightforward. (novice Programmer, new to access vba). The set statement in the ComboProduct event generates the error. Option Compare Database Dim Company As String Private...
  2. A

    One to Many Table Relationship

    I'm having trouble modeling a relationship in a database. I need conceptual help. Here is an abstract description: A Class has several common attributes, but there are some attributes that differentiate different instances of this Class. For example, this Class may have x fields. ClassB...
Back
Top Bottom