Hi,
I have a page where I want to change my CSS using JavaScript.
I attached an external CSS and read it out using
var CSS = document.styleSheets[0];
Now I can do everything I want with it (using getelementByID, AddRule etc. (I do it by using a button click and an input field)
But as soon...
Hi All,
I got a query as source for a form:
Select query1.*, query2.data from query1, query2
query1 selects all data from a table using 2 comboboxes as conditions.
query2 selects all data from a table using 1 textfield.
After the selection of the comboboxes I fid the record that is like the...
Hi Guys, I'm working on an add , modify en remove thingy, pretty basic.
I use the acNewRecord for add but when by example a user wants to search again and didn't add a new record after all, nothing work because he is still in the new record.
Now how can ?I leave that "New record" mode...
Hi all,
I wrote a query that counts all records where the start and enddate are between the start year and end year of a form.
There's one problem though, Access sais it is too complex to evaluate or that it has been typed wrong.
This is my query:
SELECT Count (Student.Number) AS...
Hi all,
I'm rather new to vba coding and I got two comboboxes. (in fact 3 but the third should work the same as the second so that doesn't matter)
The second combobox is being filled by the first combobox so when I select a type in the first, all subtypes in the second show. I used a query for...
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.