I am building a database to manage contacts, contracts and students information for a membership-based marital art’s business. I initially thought this would a simple task but, like most things, “the easy part is talking about it, the hard part is doing it”. Anyway, I am getting major brain...
OVERVIEW:
We have a PRODUCTS sub-form included in a CONTRACTS Main form that displays a single matching PRODUCTS record based on [productIdCode]. When a product is selected in [ProductsIdCode] (ComboBox) a corresponding record from the PRODUCTS table is displayed. Only one product is allowed...
I am trying to combine (display)address data into a single TEXT box (similar to OUTLOOKS address box in contacts).
The problem is that I need a CHR() for CTRL+ENTER. CHR(13) does not work. See below
Private Sub ZipCode_AfterUpdate()
[Text14].Value = Trim([Street].Value) & " "...
I need to display the weekday in a form based on a date entry. The value does not need to be stored, just displayed. A textbox would do fine. I have already made a two field table called "Weekday" with one record for each weekday but I am having problems with the "select"...
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.