Search results

  1. W.Dnx.W

    HOW NOT to send 2 envelopes to the same place

    Hey everyone, I'm playing with my DB a bit and I need help in determing which way to go. When I print out labels for Envelopes or directly on envelopes, sometimes I have people living on the same address (a family), so I would like to save some on printing and actually sending several envelopes...
  2. W.Dnx.W

    Bad envelope printouts as reports

    Dear reporters ;) I'm having some problems with printing out addresses on envelopes... I've made 3 reports for envelopes, depending on the envelope size...now usually what I get out when I hit print report is: first record on envelope blank envelope first record again blank envelope second...
  3. W.Dnx.W

    Can't update subform

    I moved this to it's own thread since it wasn't the same question as was posed by the thread creator. Pat Not really the same issue but I thought to save us all from another thread...I have three subforms on a main form which are linked master/child. When I go through records on my first sub...
  4. W.Dnx.W

    Invalid use of Null

    Hi all, I've got this line of code under my form_current() envent (frmEmails) str2 = Forms!frmMain!txtSQL.Value but when I start the DB I get the Invalid use of Null error, now, it seems that I need to define my txtSQL.value = "" but am not sure where. I've tried under frmMain_load event but...
  5. W.Dnx.W

    Accessing FTP

    Hi... I'm having a weird problem...I'm having two computers connected over UTP crossover cable. Mine has an internet connection (shared, firewalled) and the other one is sharing that same connection. How is it possible taht I can't connect to ftp and the other pc can, since it is on the same...
  6. W.Dnx.W

    SubForm RecordSet properties

    So far I had several Subforms which would open in a mainForm depending on the combo box value. My combo box values were exactly the same as subform names so that I can easily change subform.recordsource = combo.text and it would show the proper form. Now, I'm thining, instead of having all those...
  7. W.Dnx.W

    How to insert into table from a temp recordset

    Hi all, I have a form with around 10 checkboxes which serve as a filter option...now, when I hit my cmdFilter button it works well with a simple MsgBox !Ime showing all the filtered names...now, I want to put the results into a table tblTemp so that I could show the results in my subform. I've...
Top Bottom