Search results

  1. G

    Sub Form (child) Query issue

    weird .. this works form filter is on main... If Me.FormFilter = "0" Then Me.FormLoadX.SourceObject = "NoSchemeSelectedfrm" End If If Me.FormFilter = "1" Then Me.FormLoadX.SourceObject = "TravelQfrm" End If If Me.FormFilter = "2" Then Me.FormLoadX.SourceObject = "OrgQuotefrm However when you...
  2. G

    Sub Form (child) Query issue

    I will give this a try later on today /tonigh How is sunny Newbury
  3. G

    Sub Form (child) Query issue

    Sorry they are cascading combo boxs the first selects from a table the second should be filtered by the first selection- fine as a stand alone but once a sub/child form - does not work i have tried various options updating a field on the underlying table and using this as a filter for...
  4. G

    Sub Form (child) Query issue

    uploaded d/b in previous post..
  5. G

    Sub Form (child) Query issue

    THat's right - stand alone fine - child /sub is the issue - what I will do is trim d/b and upload uploaded..
  6. G

    Sub Form (child) Query issue

    thanks - however, that's not the problem the problem is the queries /queries are not working on the sub/child forms..
  7. G

    Sub Form (child) Query issue

    Hi Guys I am embarking on a new database I have a main form and a subform/child form that is different for each type of business (see below) form filter is on main... If Me.FormFilter = "0" Then Me.FormLoadX.SourceObject = "NoSchemeSelectedfrm" End If If Me.FormFilter = "1" Then...
  8. G

    windows 7 to 10 - runtime error

    very weird have resolved - but needs more thinking about I put = "" & !EMail and it works -
  9. G

    windows 7 to 10 - runtime error

    references loaded Visual Basics for Applications microsoft Access 14. object library OLE automation Microsoft Office 14.0 Access database engine objecvt Microsoft Internet controls microsoft office 14.0 object library if this helps
  10. G

    windows 7 to 10 - runtime error

    Hi guys we have had windows 7 upgrade to 10 and I am getting the following runtime error -2147417851 (80010105) Method to of object mailitem failed I presume its a reference issue any pointers would be welcome Dim frm As Form Const bq As String = "<blockquote>" Const bqe As...
  11. G

    default folder location on selecting a file

    today's muppet award goes to ... Me.. thanks:o everyone G
  12. G

    default folder location on selecting a file

    Hi guys - have "borrowed" the code below and it does what it meant to do however i want it to point/start at a particualr folder "C\whizbang\TEMP what do i need to do to redirct it there ? G:) Private Sub Command15_Click() Const msoFileDialogFilePicker As Long = 3 Dim objDialog As...
  13. G

    carriage return not working or missing

    hey how do you update to solved ?
  14. G

    carriage return not working or missing

    resolved - not the tidiest and I am pretty sure a little bit wrong - but does the job I added in bq and bqe (see below) to get a return line .. THansk guys for your input Dim EndTxt As String If REquiredY = True Then EndTxt = DLookup("wording", "wording", "[endorsementid]=" &...
  15. G

    carriage return not working or missing

    Thanks for this and they are on different forms (i have this where it is on the same form and this works a treat ) problem is two forms two different tables...)
  16. G

    carriage return not working or missing

    Hi Guys I have a tick box that once ticked goes and looks up data and then adds it to a memo field (works ok.) but I need to add a carriage return for when I add the next one (I have a list of possible data that I may need and this is in a continuous form layout ) as you can see I think i...
  17. G

    code to rename click and drag file

    Interesting ... I may go silent on this one-while I ponder...:)
  18. G

    code to rename click and drag file

    OK or am I pushing it - more info I have a click a drag box (web browser) that directs to a folder say C:test\12345\ and I want to drag across a file and it renames itself - I might be clutching at straws on this one Is there code snippet around that when you click and drag a file...
  19. G

    Report split between number range and number range

    i'll put something together ..
  20. G

    Report split between number range and number range

    Yes. kinda select records between x and y - insured -Address select records between A and B
Back
Top Bottom