Trisha2014
New member
- Local time
- Today, 09:18
- Joined
- Mar 10, 2014
- Messages
- 6
Dear,
I have a form with a sub form.
In the sub form I have a column named date.
When user need to add new data in the sub form the date field will autimatically show todays date .
I have added in the default value properties of the date field as Date ().
But with this I am facing a problem.
When I start entering new data in the data sheet of the sub form, the sub form automatically creating a new line with the default date value.
which in terms creating a new records in the database table.
Is it possible to restrict creating of a new row with the défault date value.
The below case is when new records are entered in the sub form a new row created with the date field
in this case the row is where colunm 1 data is 11AB.
But as soon as I type data in column 1 (rest of the column blank)a new row with date field already created.
Main Form
Date = 3.11.2014
Employee = ABCD
Sub Form
Column1......... Date ....... Column3
11 AB.......... 3.11.2014
................... 3.11.2014
I have a form with a sub form.
In the sub form I have a column named date.
When user need to add new data in the sub form the date field will autimatically show todays date .
I have added in the default value properties of the date field as Date ().
But with this I am facing a problem.
When I start entering new data in the data sheet of the sub form, the sub form automatically creating a new line with the default date value.
which in terms creating a new records in the database table.
Is it possible to restrict creating of a new row with the défault date value.
The below case is when new records are entered in the sub form a new row created with the date field
in this case the row is where colunm 1 data is 11AB.
But as soon as I type data in column 1 (rest of the column blank)a new row with date field already created.
Main Form
Date = 3.11.2014
Employee = ABCD
Sub Form
Column1......... Date ....... Column3
11 AB.......... 3.11.2014
................... 3.11.2014
Last edited: