I created a query with the sql statement below:
Code:
SELECT round(table1.timeLimit/(table1.timeNeeded*table1.numberNeeded))+1 AS [Title], table1.name, table2.name
FROM table2, table1
WHERE (((table1.name)=[V])) and (((table2.usedBy)=[V]));
But when I run it,after entering the V (a string)I get a table view that has just the labels.I mean there is nothing like a textbox below the labels that contain the name of each field.Some of the names are in my own language,Farsi.What is the problem?
I also created a form and connected its command button to a macro that has a runcode as its action.The code is like below:
Code:
DoCmd.RunSQL("alter table 'Form!tname.Text' add column 'Form!fname.Text' 'form!ftype.text'")
But when I click on the command button simply nothing happens.Exactly nothing.What is the problem?
Please answer rapidly.excuse me but it is emergency
thanks