Hi
I am trying to store HTML code in a memo field using the following code.
Me.LongDescription.Value = Me.HTM_WRK1 & Me.HTML_Desc1 & Me.HTM_WRK2 & Me.HTML_Desc2 & Me.HTM_WRK3 & Me.HTML_Desc3 & Me.HTM_WRK4
Where the HTML_Desc1, HTML_Desc2 and HTML_Desc3 are text boxes that users can enter...
I am designing a database to track and report touch football game results.
It will have 1 table for team details with Team ID as the primary key.
Another table for Results which I think will have
Game ID, Team ID, Points for, Points against, etc
But this would require results entered twice...
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.