nevermind finally got it to work.
I didn't create the original form and subform so I didn't notice that the primary key on the subform wasn't set up to equal the one in the main form.
Thanks,
Eva
Hi,
Wow this is my second request today.
I need help with the vba code for the command buttons to delete or cancel a record when you have a form with a subform. I am also using a one to many relationship between two tables.
Any suggestions,
Thanks
Eva
I wrote this vba code in the after update of a text box.
If Me.Dirty Then
If IsNull(Me!Store_No) Then
MsgBox "Store Number Is Invalid, enter valid store number", vbCritical, ""
Me!Store.SetFocus
Exit Sub
End If
End If
Store_No...
HI,
I am hoping to do this in SQL since I already have two subreports on my report and I have to do this to four reports total.
I need to do a top 10 for one company, a top 5 for a second company, a top 3 for a third company and a top 2 for a fourth company. Is it possible to do this in SQL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.