I have a combobox on a form wich uses a Query and returns only names wich matches to a string "DIV/RT/223", it returns almost all names but skips a few. I have looked in the database but i can't find any reason why i should skip these records.
Anybody??
Just a simple question (i hope), i have a field with the path and filename of a word document. I know how to open the file, but here comes the catch. Is there a way to make this file read only on opening
tnx
I have a form problem, on this form a filter has been applied and several Query's. When these query's are used the data on my form changes while my CurrentRecord stays 1. But when i press any command button (filter, close form) the data on my form writes it back to record 1. I can use the DCount...
I have two tables
table1:
ProjectCode
ProjectName
table2:
ProjectName
i have created a form for table 2 and i want to show depending on the selected ProjectName a tekst wich shows the ProjectCode from table 1, how to do this.
Tnx in advance