Hi
I have 2 issues. Firstly, I would like to prompt the user to choose the name of a table from a drop down list. What is the best way of doing this? Currently I simply prompt them for a name from an inputbox which I know is not great at all! I haven't used a form. Would I be able to use a combobox on a form or some such technique. I have used VBA for Excel but Access is quite new to me.
My second issue regards determining if a query already exists. Basically, I would like to prompt the user for a table name and then create a query using this name. However, if the query has been created already, and you try to create it again, you get an error (query already exists). I was thinking of deleting it and recreating it every time someone tries to open this query to get the new values.
Thanks a lot
I have 2 issues. Firstly, I would like to prompt the user to choose the name of a table from a drop down list. What is the best way of doing this? Currently I simply prompt them for a name from an inputbox which I know is not great at all! I haven't used a form. Would I be able to use a combobox on a form or some such technique. I have used VBA for Excel but Access is quite new to me.
My second issue regards determining if a query already exists. Basically, I would like to prompt the user for a table name and then create a query using this name. However, if the query has been created already, and you try to create it again, you get an error (query already exists). I was thinking of deleting it and recreating it every time someone tries to open this query to get the new values.
Thanks a lot