Search results

  1. T

    Insert Current Date Into Field

    I have set the default value of my text box to be my current system date by setting its control source as Date(). But I want to enter this date into a field in a table. The problem is, since the control source is already defined as Date(), how can I set the control source to my field's name to...
  2. T

    Help with combo box and query...

    Hi people... I have 2 tables, "Language"and "LangChart". The 2 tables and joined by a field called "LangCode" in relationship. "Language" will contain the language abilities of the user, with the fields (LangID, LangCode, Level, SubLevel and ID) "LangChart" is just a chart to verify which...
Back
Top Bottom