pictures show after information in a field

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
 
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]
 
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?
 
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.
 

Users who are viewing this thread

Back
Top Bottom