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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: leckie
  • Order by date
  1. leckie

    Compare 2 text fields

    I have to text fields: field1 has "2102" and field2 has "2201". Although the numbers are different they both contain the correct digits i.e. 2 x 2s, 1 x 0 and 1 x 1. what i would like to do is compare the 2 fields: for example if field1 had "2201" and field2 had "4022", field2 would be short...
  2. leckie

    Highlighting Text In A Text Box

    I have a report with a memo field "operation" and an open form with a control "keywords". When I preview the report I would like the matching text in the control "keywords" to be highlighted in the memo field "operation" possibly with a different colour. I have tried CategDesc_2k.mdb from a...
  3. leckie

    ADR 50 - No Drive To Restore On

    Hello, A common problem I feel that will come to all onstream users eventually, I now have several ADR 50 media but no working tape drive to put them in, I have some old data I wish to restore (backed up using Windows 2000 backup), can anyone help (apart from sourcing another ADR50 drive, tried...
  4. leckie

    Page Header On Last Page Only

    I need to be able to either enable page header on the last page of a report (because of pre-printed stationary) or insert blank lines. The last page in this instance is always page 4 . . . I have tried to recognise page 4 on the page header format of the page and then make a sub report visible...
  5. leckie

    Mouse Position

    Hi CajunCenturion it's all working fine now . . thank you . . it helps when you copy all the code you suggested . . my fault . . Leckie
  6. leckie

    Mouse Position

    Hi CajunCenturion I still have put the code in as suggested but have error on GetCursorPos sub or function not defined . . Leckie
  7. leckie

    Mouse Position

    forget last comment, Me Made Booboo . . it works fine . . thankyou . .
  8. leckie

    Mouse Position

    Hi CajunCenturion have put the code in as suggested but have error on GetCursorPos sub or function not defined . . Leckie
  9. leckie

    Mouse Position

    is there a way of finding/storing your mouse position (x, y) at the time of "on-click" or "mouse Up" ?, when using a continuos forms ? regards Leckie
  10. leckie

    DateDiff and DateAdd

    In asp, is there a way of working out the number of days between two dates ie. form1.finishdate.value less form1.startdate.value = no of days and can finishdate.value = startdate.value + 1 any help much appreciated regards Leckie
  11. leckie

    Drag n Drop (Copy and Paste)

    Thanks again Bill, the sample is easier I can amend this to suit regards Leckie
  12. leckie

    Copy Objects from One DB to another DB Using Code

    Thanks bill, your pointer to Thread705-551230 worked a treat thankyou, Gezro
  13. leckie

    Drag n Drop (Copy and Paste)

    I have seen some code for dragging and dropping (Copying and Pasting) using the mouse, but can't find it again, I would like to be able to drag a record from one list box to another just using the mouse. ant help much appreciated regards Gezro
  14. leckie

    Copy Objects from One DB to another DB Using Code

    Is there a way of copying objects such as forms, reports and query's from one database to another using code ? Gezro.
  15. leckie

    An easy one . . maybe

    What a star . . worked straight away
  16. leckie

    An easy one . . maybe

    my code Dim wk As String wk = Format(Date + 7, "ww") fld = "[" + wk + "]" this bit works ok DoCmd.GoToControl fld this won't fld.SetFocus any help much appreciated . . regards Gezro
  17. leckie

    Show Contents While Dragging

    Thanks mark will let you know . . regards Gez
  18. leckie

    Show Contents While Dragging

    Thanks Mark, how do you "Set the x and y coordinants of the item to move along with the mouse " ? regards Gez
  19. leckie

    Show Contents While Dragging

    I have a simple drag and drop module running which works fine between two list boxes, what I would like to see is the contents of what I am dragging to show at the mouse pointer while doing so . . is this possible ? in anticipation . . Gez
  20. leckie

    Max rows in a combo box

    I currently have 100k + records to which I need to have a find record combo box for, at the moment access limits the number of rows to 65536 , is there a way of increasing the number of rows in a combo box ?

Part and Inventory Search

Back
Top