Hiya,
When creating a database from scatch, im trying to open a recordset by first setting
dim d as database, r as recordset, mysql as string
then i set r = d.openrecordset(mysql)
but it doesnt recognize the word database. (ive never set up a database from scratch before, ive always made...