Feels like I'm coming out of retirement to answer this one, haha. If I'm understanding the question correctly it sounds like you will want to use an IF statement or a Case statement to help catch a Null value. You could try something like...
Code:
If forms!mainform!text1 not is null then
Me.text1= forms!mainform!text1
End if
Leave a comment: