SachAccess
Active member
- Local time
- Today, 05:19
- Joined
- Nov 22, 2021
- Messages
- 405
Hi,
I am trying to edit a Form.
I want the form to populate details from Table A in the form.
In the old from, data was populated from Table B.
Tried to edit this to get data from Table A instead of Table B.
Now when I opened my edited form, there is nothing to select from the drop-down of the form.
When I double click the form, it shows 236 blank records. Actually there are 236 records in the table but my form is not showing anything.
Not able to understand my mistake here. Can anyone please help me in this.
Form opened in Layout View
Right click on the first drop-down
Selected Properties
Property Sheet --> Data --> Control Source = tbl_ABC_DE (dummy names here, names are correct in actual file, have checked that, just changed here while posting)
Row Source --> SELECT tbl_ABC_DE.ID, tbl_ABC_DE.SME FROM tbl_ABC_DE ORDER BY tbl_ABC_DE.SME;
Row Source Type --> Table/Query
Bound Column --> 2
Not allowed to upload anything. Apologies. I am aware, sample data makes it very easy, but we are not allowed to upload anything.
PS - Kindly let me know, if more information is required from my side.
Table name is correct, table is present, field name is also correct.
Have verified it.
I am trying to edit a Form.
I want the form to populate details from Table A in the form.
In the old from, data was populated from Table B.
Tried to edit this to get data from Table A instead of Table B.
Now when I opened my edited form, there is nothing to select from the drop-down of the form.
When I double click the form, it shows 236 blank records. Actually there are 236 records in the table but my form is not showing anything.
Not able to understand my mistake here. Can anyone please help me in this.
Form opened in Layout View
Right click on the first drop-down
Selected Properties
Property Sheet --> Data --> Control Source = tbl_ABC_DE (dummy names here, names are correct in actual file, have checked that, just changed here while posting)
Row Source --> SELECT tbl_ABC_DE.ID, tbl_ABC_DE.SME FROM tbl_ABC_DE ORDER BY tbl_ABC_DE.SME;
Row Source Type --> Table/Query
Bound Column --> 2
Not allowed to upload anything. Apologies. I am aware, sample data makes it very easy, but we are not allowed to upload anything.
PS - Kindly let me know, if more information is required from my side.
Table name is correct, table is present, field name is also correct.
Have verified it.