First, I would like to thank everyone for taking the time to read this post.
I have a form, frmOrder, with a sub-form, subfrmDetail. frmOrder represents an order (like a purchase order) and each record in subfrmDetail is a line item on the order. In subfrmDetail Footer I have a text box...
First I would thank everyone for taking the time to read this.
I have a two tables, order (parent) and order detail (child). An order can be either for a person (aka party) or an institution or both. On my form I have order detail as a subform. I have created another subform, order summary...
Thank you for the feedback. I could get chr$(13) & chr$(10) to work, but when I tried to use vbcrlf it would make it [vbcrlf] and wouldn't work. What am I doing wrong?
I have in a table the address broken down into multiple fields
[Address1]
[Address2]
[City]
[State]
[Zip]
I would like to display this in a text box. I have set the text box Control Source property to:
=[Address1] & chr$(13) & [Address2] & chr$(13) & [City] & ", " & [State] & "...
First of all thanks for the replies. I appreciate everyone taking the time to read my post and reply.
I'm not sure I understand the solution to putting an undo button on the main form. Won't that only undo any changes the user makes to the main form BEFORE they click on the sub-form. I'm...
Before I state my problem, I want to let you to know that I am not an access programmer so please take that into consideration when writing your replies. I’m volunteering my time to assist a non-profit organization in the creation of a database to track their students, donors and orders. Any...
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.