hallo there guys, first got to thanks everyone on this forum, I have registered yesterday, since then been always in here ..
)
I have a smal problem in vb , the thing is , I am trying to store a value from a query(which has a reference to a combobox from the form). This value should be stored on a textbox.
sounds confusing , but I hope you understand what I am trying to do . the question is :
is this wrong ?
Me.idbox = DLookup("Show_id", "testLocateshow", Null)
it is saying: " first save record then you can edit this field "
when it comes to this peace of code , why is that , and is there another way of doing it ? that is, storing the bound column in a textbox in the same form . thanks again guys !

I have a smal problem in vb , the thing is , I am trying to store a value from a query(which has a reference to a combobox from the form). This value should be stored on a textbox.
sounds confusing , but I hope you understand what I am trying to do . the question is :
is this wrong ?
Me.idbox = DLookup("Show_id", "testLocateshow", Null)
it is saying: " first save record then you can edit this field "
when it comes to this peace of code , why is that , and is there another way of doing it ? that is, storing the bound column in a textbox in the same form . thanks again guys !