Search results

  1. A

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

    Variable Name misspelled dbaProposal does not match dbsProposal
  2. 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...
  3. A

    One to Many Table Relationship

    I think I've understood the first part. I'm still unsure about the 2nd (3-way junction table). Image2 has a relationship picture and image lists some entries for the Attributes table. Is this a correct understanding?
  4. 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