With all of these, it keeps telling me that it can't find the FIELD: "Forms"
Keep in mind that the button I am using is in the Child_Subform, while the location of the actions I want to take is in the Parent_Form.
Thanks! and if I want a button in a subform to turn EDITS ON in the parent form, how do I do that?
Me!Forms![Search_Inventory]!Edit = True
that doesn't work
I have in a subform a textbox that has info in it. I have a button that I want to click, and automatically populate a textbox in a text box in the parent form. Don't ask the reason, it's how the user wants it! :)
what line of code will work with this?
I have this but it isn't working...
Well I changed the field names - and i get no errors, but nothing happens to the data in the table called "Inventory"
any ideas?? :)
Private Sub ALL_BUTTON_Click()
strSQL = "Update Inventory set RECVDTE = #" & Me![DATE_REC] & "#,RECVBY = '" & Me![REC_BY] &...
This is rather complicated to explain, but it's probably pretty simple, actually.
I want an administrative form where you can enter the PRODUCT_ID field as the "filter" and then there are 2 fields below it where you can add in info. What I want a button in the form to do is trigger...
OK - I have a form opening with a filter applied. I want to search records within this filter. I want to open up a new search form to search within the previous filter. What code do I need to do this?
Everythign is almost working great - but I am getting this error when I run it:
(i have "lou" and "lou" as username and password)
Run-Time Error '3075':
Syntax error (missing operator) in query expression '[username] = 'Lou' [password] == 'lou".
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.