Is it possible to pull an image from the internet? Like having a small window, which will just be an image from the internet. And if the internet image changes, the clientside image should as well. How would one go about doing this?
I want to change a variable that is a numeric character/s to integer form. Also, is it possible to do this if there are spaces in the character string?
temp is a value from a combo box which looks at a column of intergers. For some reason the value of the combo box is character string instead. Just about 6 spaces and then the number. I want it to be integer instead. Is that possible?
This is probably very simple but how do you assign the value of one variable to another? Or test if the values of a variable match?
I tried IF assignmentid = temp
and to copy values classid = tempclassid
but for both i get operator/operand mismatches
Okay, I did what you said and I noticed something. Now the only choice in cbo2 is the one that corresponds to the selection in cbo1. However, it does not autofill cbo2. Does yours do this?
in cbo2_GotFocus()
I try to do
cbo2.RowSource= SELECT [Sheet1 Query].[Description], [Sheet1 Query].[SKU] FROM [Sheet1 Query] WHERE ((([Sheet1 Query].[SKU])=[Forms]![frmMyForm]![cbo1]))
but it gives me a Compiler error.
It says 'Expected: expression' and then it highlights the word SELECT.
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.