Hi all
I have been trying now for a few hours to get this right and I do not understand WHAT I am doing wrong.
I copied the line of code from another area in my program and that works perfectly
This one gives me an error of
Where Family is the value of the ComboBox. I never told it that ComboGroups.value was a Column
Any comments would be appreciated
thank you
I have been trying now for a few hours to get this right and I do not understand WHAT I am doing wrong.
I copied the line of code from another area in my program and that works perfectly
This one gives me an error of
org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such column: Family)
Where Family is the value of the ComboBox. I never told it that ComboGroups.value was a Column
B4X:
DBUTILS.ExecuteTableView(sql1,"Select GroupName, Name, Loginname , Cellular from GroupsMembers WHERE GroupName = "&ComboGroups.Value ,Null,0,TableViewMembers)
Any comments would be appreciated
thank you