How do you update data in a field, when the form(containing the field) was based upon a query?
I have many fields, half of them are for display purposes only, the other half need to be updated.
Thanx,
Bry
Hi all,
Can anybody help me!
I have a main form called "network data form_2" with 2 subforms called, "Material subform" & "Pipe diameter subform".
What i whant to do is for a control called "network info source" (which is on the main form) to get the focus when a
field in "material subform"...
Hi,
Does anybody know how do vertically align control boxes in access. I know that if you click the vertical tab in properties this will work but the orientation is still wrong, i need it another 180 degrees.
Help please,
bry
Opps! this is what i should have posted.
Can anyone help - I need to pass control from a subform to the main form when the field is null.
this is what ive got so far, the first part works but the reference to the field i want to jump to, will not work?
Private Sub Diameter_LostFocus()
If...
Hi,
Can anyone help - I need to pass control from a subform to the main form when the field is null.
this is what ive got so far, the first part works but the reference to the field i want to jump to, will not work?