P Pinkoto Registered User. Local time Today, 15:01 Joined Jun 25, 2014 Messages 73 Jul 1, 2014 #41 what does code within code tags mean? i tried to make it work for 13 pictures and changed 10 to 13 and 11 to 14 before you replied but it didn't work
what does code within code tags mean? i tried to make it work for 13 pictures and changed 10 to 13 and 11 to 14 before you replied but it didn't work
V vbaInet AWF VIP Local time Today, 23:01 Joined Jan 22, 2010 Messages 26,374 Jul 1, 2014 #42 Compare the following layout to yours: Code: This is text within a code tag As you can see it's easier to read code in that layout because the indentation is preserved. You can do this by putting your code between these two tags [c o d e] Remove the spaces in the word "c o d e" and place your code here. [/c o d e]
Compare the following layout to yours: Code: This is text within a code tag As you can see it's easier to read code in that layout because the indentation is preserved. You can do this by putting your code between these two tags [c o d e] Remove the spaces in the word "c o d e" and place your code here. [/c o d e]
P Pinkoto Registered User. Local time Today, 15:01 Joined Jun 25, 2014 Messages 73 Jul 1, 2014 #43 i made it work. i thought if i put the numbers in the table first and then open the form i wouldn't need to click in another box to get it working. Can i put this code somewhere else to get it working without that?
i made it work. i thought if i put the numbers in the table first and then open the form i wouldn't need to click in another box to get it working. Can i put this code somewhere else to get it working without that?
V vbaInet AWF VIP Local time Today, 23:01 Joined Jan 22, 2010 Messages 26,374 Jul 1, 2014 #44 Yes you can but I think it will be a bad design choice. Best thing to do is to change your textbox to a Combo box. That way as soon as a selection is made, it will update.
Yes you can but I think it will be a bad design choice. Best thing to do is to change your textbox to a Combo box. That way as soon as a selection is made, it will update.