Hi Sandy,
Cheers for replying. Basically, here r a few things that I will need to do.
Display an unbound form, with several subforms. Obviously unbond, othrwise network traffic, pc not coping etc.
Do various seraches on, say, surname. I assume i will create an index on the surname field in Oracle, then send a passthrough query based on the criteria.
If I wanted to run a report eg. all meters that have been maintained in April. Would i build an unbound report, and in code, specify an SQL query as the recordsource, and then bind the text boxes to the correct fields in code?
Another Q. Let's say I have 1 million customers. I need to browse the customer form. I open the form. My SQL will say 'SELECT * from CUSTOMERS'. Now I am assuming that using SQL Passthrough, this sql will get executed on the server. Obviously I wouldn't want these million recs coming across the network onto the client machine. If I then said goto the first record, and then bind the controls to the recordset, would only that FIRST record come onto the client??
If I have warbled, pls let me know. I am rushing here. Nick (Everton Rool OK!)