Hi,
I have a databse that holds details on faults we have on our network, and a set of web pages to list all of those faults.
When i add a fault to the database it adds it to the web pages itself.. i do this by using a macro to export the query to a HTML file.
But i need the columbs of the web page to be at a set width, ive been told i need to insert HTML tags into the field of the query to set the Width..
I've tried the following but have had no Joy:-
Fault Name: "<td width=100>" & [NameOfFirstField] & "</td>
Any help would be great.
Thanks
Robbie
I have a databse that holds details on faults we have on our network, and a set of web pages to list all of those faults.
When i add a fault to the database it adds it to the web pages itself.. i do this by using a macro to export the query to a HTML file.
But i need the columbs of the web page to be at a set width, ive been told i need to insert HTML tags into the field of the query to set the Width..
I've tried the following but have had no Joy:-
Fault Name: "<td width=100>" & [NameOfFirstField] & "</td>
Any help would be great.
Thanks
Robbie
