Search results

  1. C

    Disabling a control after entering data

    Thank you. would you be able to give me an example of the code to write? I would really appreciate that. chris
  2. C

    Disabling a control after entering data

    Hi everyone, I know some basic code to disable a control after updating but, I have 20 or so controls that I want that to happen to as the record is updated over time. Is there a way to group all those controls and have them evaluated after going dirty instead of having to code each control...
  3. C

    Strange characters displayed in query results

    Thank you for the quick reply. The second link had an easy fix...index the memo field. I did and it worked. Thanks again. chris
  4. C

    Strange characters displayed in query results

    Hi, I have a query that is linked to a data table. The values entered in the data table are fine and display as expected. When I run the query, the results of one of the columns show Chinese like characters instead of the actual value. But, when I filter that column by choosing 'does not...
  5. C

    Trying to display last record on a report

    Hi, What I am trying to do is have the user click a button to open a report based on the current specification they are updating. Now for each specification there are multiple revisions so i added a 'revision history' table. When the user prints the specification, I only want the latest revision...
Back
Top Bottom