Hi, I was wondering if anyone knew an easy way to set the page orientation to legal to make an access 2000 report print legal and use the legal tray? It seems...
Tedbud, Maybe the use of the PrtDevMode property can solve your problem. It applies to Forms and Reports and lets you set Size as well as DefaultSource. See...
Tedbud: I agree with Jeroen. PrtDevMode will allow you to reset the report's settings for legal and landscape. The Access help has an example. ... Richard...
TedBud2001 I have used it in two different places. (1) as soon as Access starts the database I open all the reports in design mode (via VBA) and use prtdevmode...
Tedbud, Like Richard says the report has to be open for PrtDevMode to be used. You could also choose to write a public function with the reports name as...
Hello I,m trying to build an entry form to enter students' socre for defferent subjects, I thought a Matrix Entry Form would help alot and it would be easier...
Hi, robin I'm trying to build any kind of graphic, for instance, a "cake" graphic, but I really don't understand how to. I even used the assistant and still ...
Hello, I have created an inventory database using MS-Access. I want to make this database available over a browser (both for reporting and editing pruposes)....
I am working on a database which will keep track of who has attended specific meetings of a group. I have set up a form which shows specific information...
Hi. I have a query that is pulling start and end time for each operation on a work order. There may be from 5-10 separate operations on the work order, so...
Jeff, 'something in SQL like a for next loop' does not exist. As a basis for this query a crosstab query might work, but is risky: - when you were to calculate...
Can anyone recommend a good, easy to understand textbook about using recordsets in Access? Especially one with lots of examples. I know the basics of Access...
If you look at your font selection window you will see "system Fonts" for the printer you have chosen...Those print the fastest in windows. Dan Duhigg Director...
Not as simple as it sounds... You'll need web-server software (such as IIS, Apache), running preferably on a Server. You'll need to use a server-side scripting...
Dear friend, I just wanted to let you know about a great new Internet website called Dollaremails.com! They pay you for simply reading email! To make it even...
Hello friends, is it possible to write stored proceduers (like pl/sql in oracle) in access ? and i want to call that procedures from my vc++ program.how to do...
suresh babu k
ksbabu@...
Feb 4, 2003 4:16 am
8936
No, Access doesn't offer stored procedures. Its a desktop database not something which can execute procedures 'on the server' like SQL or Oracle. Cheers, ...
As I were browsing on the net reading articles, GetRows and Disconnected Recordsets caught my attention. Now I'm wondering which among those two is the best...
I use GetRows a lot in ASP (it's almost considered the 13th commandment these days!), as it transfers the recordset to an array on the 'client' (web-server)...
Can someone help me? I have a request to ensure a 'stock' field is updated with new information each time a product quantity is chosen. i.e. a customer orders...
Paul, here is the sample. So I am looking to calculate the time between clock out on Operation 10 and clock in on operation 90 and so on down the line. Order...
I want make a filter on the "Row source" property of the combo box. How can i do this?? This is in reference on the folowing problem: I have a the Carīs BRAND...
How about on database applications, do you use Disconnected Recordsets or GetRows? What does IIRC means? Thanks, enzo c",) ... From: Haslett, Andrew...
If I Recall Correctly (IIRC). Yeah I've used getrows before when I wanted to transfer a recordset to an array. But no I've never needed it in your situation,...
So I've just about finished migrating my website from FrontPage to Dreamweaver. Of course, all of my active databases are now in different directories. Which...