I have an OnLoad event that uses
Me.FilterOn = True
I need to add a primary key to the table and when I do I get an error on this line.
And I added
Me.Filter = "emp_nbr"
Me.Filter = "emp_id" which are primary keys then i get an error or my me.Requery's where I requery the forms which I need to do to refresh the data. I have Required fields on the forms also. And one form uses requery and another one uses refresh and the forms a basically the same format.
So I have three issues
- me.filter(
- requery with primary keys set and
- Required Fields
Me.FilterOn = True
I need to add a primary key to the table and when I do I get an error on this line.
And I added
Me.Filter = "emp_nbr"
Me.Filter = "emp_id" which are primary keys then i get an error or my me.Requery's where I requery the forms which I need to do to refresh the data. I have Required fields on the forms also. And one form uses requery and another one uses refresh and the forms a basically the same format.
So I have three issues
- me.filter(
- requery with primary keys set and
- Required Fields