pictures show after information in a field (1 Viewer)

Pinkoto

Registered User.
Local time
Today, 12:24
Joined
Jun 25, 2014
Messages
73
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
 

vbaInet

AWF VIP
Local time
Today, 20:24
Joined
Jan 22, 2010
Messages
26,374
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]
 

Pinkoto

Registered User.
Local time
Today, 12:24
Joined
Jun 25, 2014
Messages
73
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?
 

vbaInet

AWF VIP
Local time
Today, 20:24
Joined
Jan 22, 2010
Messages
26,374
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

Top Bottom