Affichage des articles dont le libellé est Default value of field not translating to table. Afficher tous les articles
Affichage des articles dont le libellé est Default value of field not translating to table. Afficher tous les articles

Default value of field not translating to table

mardi 10 mars 2015

I've looked all over and can't find the answer...





My DB has one main table where all the records are stored, and one form with multiple tabs allowing for data entry and editing. There are two distinct "Data Types" I have in the tables, so on the two distinct form tabs, I created a text box with a default value for each one (if it's a Type A record, then the box has a default value of "Type A" and the same rules for Type B).





Here's the problem. It doesn't matter if I include the default value in the Form Properties Default Value field or if I do in VBA (using this method ), when a new record is entered into the table, it makes them all default Type B records.



What gives?

Default value of field not translating to table

Labels