i tried free script and works great...thanks :)
Can you also advise me or give me some hints how to do following:
db that I have has main table called tblWebsites( search enigne from
WebWiz) which I changed not to be a search engine but to show items and
on click goes to detail page where items are fully displayed.
Now table TblWebsites are in relationship with table called
Submit_Load (the one from my first post) where users can add their info about certain item.
The problem which i have is:
Submit Load table has beside velocity, bullet_weigh, energy another 10 cells which users have to fill in order to add something.
Now when users submit info it will go to correct id in db, but the
fileds energy, and Title will stay empty in table Submit_load. Now I
know that cell Title as it is in tblWebistes should not have to be in
Submit_load but energy should be displayed.
But from my first post as you know users can't see the energy field as it make a calculation based on other entries.
Therefor I have made a query and selected cells from tblWebistes and submit_ loads to show info on my page.
I use query to display reviews and in query energy filed is calculated
[Velocity]*[Velocity]*[bullet_weight]/450240.
The main problem I have is in admin. My admin pages ( I have found free
asp admin script ), does not allow to edit or delete query.
If this would be allowed I would be OK without problem

.
So when I try to edit table Submit_load, cells title and energy field are empty.
Is it possible to somehow connect query and Submit_load table so that
cells title and energy in Submit_load would not be empty???
Again sorry for my english.. I hope u know what I mean..otherwise I'll try to explain it again...hopefully more accurate

.
If you want I can send u PM with link to download db and link to my website to see.
Thanks,