Is it possible to change the structure of a query using VB? In other words, my query has seven fields. Is it possible to add an eighth field with a script?
I have a query with the above information (Task, Description, and Type) and then I have another query with 'Date'. I want to be able to get Task, Descr, Type, and Date from the database.
I think I want to do something like this (but haven't tried it yet)
Select [Query - All].[Task #], [Query - All].Description, [Query - All].Type, [Query - Not Available].Date
From [Query - All], [Query - Not Available]
mm, I'm not certain I understand "related". Each entered task is assigned(?) a task number automatically. In a form I enter the information but there are numerous query's, all tied together with a task #, and each query may contain a piece of the form. For instance, Query - All contains everything but Date and Query - Not Available contains the Task# and Date. So, if data is entered on the form the task number is generated and the description, Type and Date are entered.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.