I am not if my title makes sense.
I have an asp report pulling from access. I need to display the information like this:
User Name 1
Item 1
Item 2
Item 3
User Name 2
Item 1
Item 2
User Name 3
Item 1
I am not sure how to structure my page and the query loop to display the info like this...
Sheco - can you elaborate a little more on that?
DotNetGnat - I know nothing about AJAX.
Part of the problem is that out company is mostly C/C++, the only webstuff or VB that happens around here is when I need stuff and no one will do it or buy it.
I had thought about using a Perl script...
Hey gurus...
I have a secure web page that contains mostly static HTML. However, I have one area that needs to have dynamic data update every 15 seconds. I do not want to have to refresh the whole page every 15 seconds. What is the best way to go about this?
Thanks
Thanks for the quick replies.
I tested this
SELECT sales.DateSold, sales.CustomerName
FROM sales Left JOIN Checklist
ON checklist.SaleID = sales.ID
and checklist.installcomplete=""
GROUP BY sales.DateSold, sales.CustomerName
The error I get when running it in Access...
This is probably simple to solve.
I have two tables - sales and checklist.
Sales Table
ID - AutoNum
Date - Date
CustName - Text
SaleAmount - Currency
Checklist Table
ID - AutoNum
SaleID - Num
IntroLetter - Date
Review -Date
InstallComplete - Date
I need to create a page that shows the...
I have a HTML List box (<select multiple>) that is populated from a table.
I need the user to select multiple options. Then insert into a second table the selections with the same selection ID. I am assuming I need to loop my insert statement somehow, I'm just not sure how. Can anyone help? Thanks
I was one of the first US techs to certify on the IP Office. Stay away.. stay far away. They are crap. The new company I work at asked me to buy a new phone system - I went with the intertel over several others.
If you're still looking for an answer I can tell you how many calls per hour an outbound dialer will attempt per dialer port.
I am an engineer at one of the older dialer companies. Let me know. There are several pieces of data that I will need from you.
Perhaps looking at the page will give you a better idea of what I am looking for.
http://www.dcwave.com/enter3.asp
PBX Table:
ID, PBX Name, Gen Info
Tech Table
ID, PBXID, Resource, Connection, EndPoint, Sig, SupDisc, DNIS, ANI, Flash
Each line item in the form is assiciated with the PBX ID in...
Greetings,
I am not sure I understand how to do a looped insert and could use some help and maybe some code examples so that I can undertand what's happening. I have read some posts regarding this but I don't think I have enough info to know if what I am reading applies.
I have two tables in...
Greetings, I'm not sure is this is the right forums or not...
I have a live audio stream using WMP and encoder.
I would like my page to check for a stream prior to loading the page. If there is no stream then a redirect to an "off-line" page with some static asf file playing.
Does anyone have...
SELECT sales.RSMID, rsm.FName, rsm.LName, sales.ID AS SalesID, sales.DateSold, sales.CustName, sales.SysConfig, host.HostName, salestype.SaleType, sales.Amount, (Select Sum(B.Amount) From Sales B Where B.RSMID=Sales.RSMID AND Month(B.DateSold)=1) AS MTD, sales.Margin, rsm.Goal
FROM ((rsm INNER...
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.