Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nflutter

  1. nflutter

    Installshield problem

    All sorted! downloaded ver 2.0 instmsi.exe for and installed. Thanks for looking
  2. nflutter

    Installshield problem

    with a little googling i think that maybe i need to download and install the instmsi.exe file but i cant find a version that is specifically for SBS2003, any help here! Is it the same file name for SBS or is the file called something else? Thanks
  3. nflutter

    Installshield problem

    I've been trying to install a program without success, the problem seems to be with the msi installer. I have downloaded the latest isscript11.msi installer but when i try to run it i get a 'windows cannot open this file. Windows needs to know what program created it...... blah blah!" basically...
  4. nflutter

    Setup SBS2003 for Remote Web workspace

    Hi, Help needed setting up RWW on SBS2003. Read lots about this on the net but I cant even get started, its like this feature isn't available on my setup. Read the microsoft article on RWW but on the first section of configuring I seem to be missing options that should be there. I have run the...
  5. nflutter

    Receiving with attachments twice.

    I'm receiving emails twice if they have an attachment, a lot of the time 1 of the attachments seems corrupt ie. the file size is just a little smaller than the 2nd, but sometimes I get 2 full and complete emails and attachments. This doesn't happen with emails with no attachments. I'm running...
  6. nflutter

    Print current record button

    I thought I had a problem with the quotes and double quotes around the Me.ContactID value because it was an integer value etc..... but far more stupid error! I had a space in field Contact ID, should have been ContactID NO SPACE! Heres my full code for the button and it works fine now. Private...
  7. nflutter

    Print current record button

    Its OK sorted it! Thanks for looking
  8. nflutter

    Print current record button

    Trying to print the current record to a report. Keep getting syntax error message. Heres the code, any help appreciated. Private Sub Command49_Click() On Error GoTo Err_Command49_Click Dim strWhere As String strWhere = "Contact ID='" & Me.ContactID & "'" DoCmd.OpenReport "Label"...
  9. nflutter

    Correct syntax for an integer value

    I'm trying to pass a string to print the current record on an access form, keep getting a syntax error, just cant work it out. Dim strWhere As String strWhere = "Contact ID=" & Me.ContactID I think there should be single quotes around the Me.ContactID value but cant get them right! any help...
  10. nflutter

    Can Dreamweaver Do This......

    OK firstly I have never used Dramweaver but I think it may the program I need for a specific task so just want to check it can before I start to learn about it!! I know its widely used for web design BUT I want to write a stand alone desktop application, a product catalogue, to work in a...
  11. nflutter

    Reinstalling SBS 2003

    Our installation of SBS2003 is encountering several issues and Im thinking maybe to reinstall, can I reinstall 'over the top' of the current installation and keep settings, domain, mailboxes etc? Main problems with the current installation are the email retrieval keeps locking on 'downloading'...
  12. nflutter

    Merge Multiple Tables With a Query?

    Perfect! just what i needed, thanks for your help :)
  13. nflutter

    Merge Multiple Tables With a Query?

    OK bear with me I`m new with this, heres my SQL but I get "syntax error in from clause" message. I`m trying with just 2 tables at first called Lymington & Inventor. Field3 is style no. and field8 is the qty. SELECT lymington.field3, Lymington.Field8 FROM Lymington Union All SELECT...
  14. nflutter

    Merge Multiple Tables With a Query?

    I have three tables which have the same structure but different datasets. Basically the tables hold data on products and i want to produce one list that gives me the style no and the total qty in stock, being the the sum of the individual entries on each table. Also within each table the style...
  15. nflutter

    Download button

    I need to allow my visitors to download files from by clicking a hyperlink or button - any easy ways Thanks in advance.

Part and Inventory Search

Back
Top