Hello!
I want to make a web-page with this layout:
div1: with=900px, height: 30px;
div2: width=900px, height: 100px;
div3: width=900px, height: 50px;
div4: width=900px, height: 100%;
div5: width=900px, height: 30px;
Biggest problem is to make div4 height = 100% without getting scrollbars in...
When I write a word that contains one Bosnian character in Photoshop CS and then choose the Font family to "Bradley Hand ITC" ( or some other Font Family ) all characters gets this font family but not this bosnian. I know that this Font family has this character and when i write the same word in...
I have some questions about char-pointers in c++. I have made a image <img src="http://www.slomic.no/char_pointers.gif">
of what i THINK is happening when i write
char c[] = "hello";
char* c2= c;
and
char c = "hello";
char* c2= c;
Is this image correct? How can adress of "c" be the same...
How can I get AutoNumber that Access made for the new post after a INSERT statement, back to the ASP? Im using ADO objects to connect and get data from Access DB.
I create a Excel file and try to alignment text to the middle in the cells for the first row with this code:
Dim ExcelSheet As Object
Set ExcelSheet = CreateObject("Excel.Sheet")
ExcelSheet.Application.Cells(1, 1).Value = "Test"
ExcelSheet.Application.Rows(1).HorizontalAlignment = xlCenter...
How can I access a already made Excel file and format its cells from Access VB window? I know how to format Excel cells when I am in a Excel VB window, but how to do it from Access VB window?
I want to do this:
1. Create a new Excel file
2. Format cells in this new file ( fonts, color etc. )
3. Export data from a SQL query or table from MS Access.
I would like to do all this things from Access form. I got a form where user have to fill some information, and when he is finished...
Hello!
I want to make a new MS Excel file from Access form, format the cells and then make a output of data from a table to the same file.
I know how to set properties of cells, rows and columns when i program in VBA when I am in a existing Excel file. But I have never worked with properties...
want to write a SQL query that compare content of two fields, and if the content is different, content from Table 2 is going to be updated to Table 1.
This is working great with this SQL query:
UPDATE Table2 INNER JOIN Table1 ON Table2.ID = Table1.ID SET Table1.Adress = [Table2].[Adress]
WHERE...
I want to write a SQL query that compare content of two fields, and if the content is different, content from Table 2 is going to be updated to Table 1.
This is working great with this SQL query:
UPDATE Table2 INNER JOIN Table1 ON Table2.ID = Table1.ID SET Table1.Adress = [Table2].[Adress]...
I tried to send email with this vb command:
DoCmd.SendObject acSendNoObject, , , "slomic@snort.com", , , "Test", "Text", False
But when i click on the button that calls this command, Lotu Notes opens and edits this email. The field "To" in the edited email is empty, still i wrote...
Im using Access database on my ASP pages and I have one question:
Lets say I got a form for registering new users. How can I get the autogenerated number, called userID ( is also primary key in the table ) that was created for this new user without have to make a new sql query to search for...
How can I make MS Access to automaticly, for example every sunday in the week, delete all data(posts) in one spesific table. Lets say I have one table named Table1 and got fields sessiondID, productID and date.
I want that MS Access deletes all stored posts until todays date.
Sorry if my...
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.