Can anybody give me advice on setting up my SBS 2003 R2 install with a firebox x10e (actually i have one for each site)?
I have atlantic broadband with a static ip.
Since the eventual goal is to connect our two offices, this will need to be considered, BUT my first concern is whether to use...
I have code that has been working fine in access 2002, but in access 2003 it just freaks out by staying in an endless loop.
the code is in the On Change event for a textbox.
Here's the code:
Private Sub txtCityName_Change()
Dim db as dao.database
Dim rs as dao.recorset
dim strsql as string
Dim...
I have searched thru other threads here, but still am at a loss to solve my problem. So here goes:
I have Windows NT 4.0 with SP6
Exchange Server 5.5 SP3
All Ip address's are specified (no automatic dns)
I have a mix of windows 98 and xp machines on the network which function. The problem is...
My problem is printing an invoice for a single customer that will span multiple pages , because of many lines of detail. I understand(at least I believe I do?!) that i can count the number of detail lines and cause a page break so that the detail area doesn't wack out the info I need at the...
I have to print a custom check 8.5 x 8.5 on a dot matrix printer. The printer dialog doesn't show custom size, just the normal letter, a4, etc. So how do I do it??
Does anyone know of a way to print a custom size check.
My client has checks that are 8.5 inches wide by 8.5 inches long on tractor feed paper for dot matrix printers. I have to use the dot matrix, so for ink or laser.
Help???
I have searched and tried everything in the forums and can't seem to get this code to work.
ALTER TABLE mytablename RENAME COLUMN oldfieldname TO newfieldname
It kicks an error when I try to run this query, stopping at the RENAME every time.
I am using Access 2002, no sql server.
Any...
I have a form open and after a user presses a button, I have the code:
DoCmd.Openform "TicketEntry"
exit sub
My problem is that even though the form is on top of my first form, I can't seem to get any code (like form_open code) to work. I specifically have a Me!firstticket.setfocus...
I have a main form with no table associated and two subreports in the detail section. When viewed on screen there is a a rectangle around the info on both subreports.
Can this be turned off some how , so it doesn't show?
I have 4 tables with different kinds of information in each. When all the records from one table are done I want the records from the next to start printing, and so on thru all 4 tables. Can this be done??
I designed a screen report to show a customers name and address on 1 line.
Can I limit the number of detail lines on a page to say 15?
I would then like to push a button on the screen report to get the next 15 and so on. Also my report shows up on the screen so that I have to drag the corner...
I don't know if there's a way to do this but here's my question. I designed a report that shows a customers name, address, phone#, etc. When it appears on the screen(I am only interested in the screen not printing it yet), I have to adjust the size by hand. I would like to have it full size and...
I have a basic entry form that after pressing F9 to save performs the following code (just a portion):
With rst1
.AddNew
.Fields(0) = x 'Permno
.Fields(1) = Me!LAST 'Last Name
.Fields(2) = Me!FIRST 'First Name
.Fields(3) = Me!ADD1 'Street Address 1
.Fields(4) =...
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.