Search results

  1. T

    Hi from the Aussie in the UK

    welcome to AWF ! its nice to be here
  2. T

    What's the best/worst video game of all time?

    best: - KKnD - starcraft - warcraft - Hitman modern - Dota2
  3. T

    too slow on getting calc done

    hm... is there a way to insert # of records from query into txtbox ? i just created some simple query that goes along with calc of cell. is there a way to put a number of records of that query into that txtbox (cell) ? and most importantly - will be it easier for access to process it instead of...
  4. T

    too slow on getting calc done

    okay, will it be possible to create dbl click events on numbers using query ? in my case, dbl click event opens a master list with those specific items. its really helpful and must have feature in my dashboard
  5. T

    too slow on getting calc done

    no, its consistent now. just checked - it calc very slow on 4 PCs and it doesn't matter if i re-open
  6. T

    too slow on getting calc done

    so i would like to hear some advices how to properly structure such type of form \ dashboard so it shows data instantly especially if db is used in local network
  7. T

    too slow on getting calc done

    hm.. very weird. now it recalc within 1sec. either i re-open or hit f5 upd: after my 5-6th refresh (f5) in a row on my dashboard, it starts to re-calc very slow. when i close db and reopen - it calcs all cells within 1 sec. so inconsistent
  8. T

    too slow on getting calc done

    hey guys, i almost finished my db, extracting all attachments out of db, making it lose from 200Mb down to 21Mb and it thought its gonna be much smother, but i was wrong. i dont remember, but someone here told me that im gonna face with similar problems. so my db is 21Mb. network works fine. up...
  9. T

    Solved MsgBox

    it worked as well ! :) thank you!
  10. T

    Solved MsgBox

    oh, its a bit different than i would think. it worked ! Dim DelPic As String DelPic = Me.picafter1filepath If IsNull(Me.picafter1filepath) Or Me.picafter1filepath = "" Then MsgBox "No Picture to Delete", vbInformation, "There is not much to delete" Else 'Execute Dim rsp As Long '...
  11. T

    Solved MsgBox

    yes, when i click cancel - it does nothing - its OK when i click OK - it does nothing - its not ok - it should delete picture (its link and name)
  12. T

    Solved MsgBox

    hey guys, i was just trying to play with vba, to see if i can code something at least. might take it as a basic vba lesson :) i wanted to add some OK CANCEL confirmation before delete action. but something went wrong :) Dim DelPic As String DelPic = Me.picafter1filepath If...
  13. T

    Solved non-english in vba ?

    oh, no , it was just an example, i moved that link just to check before "replace all"
  14. T

    Solved non-english in vba ?

    not sure what i did, but it magically worked for me lol
  15. T

    Solved non-english in vba ?

    in english like C\images\ it works perfectly fine on my loptop. but non-english link is a pain in my ass right now :(
  16. T

    Solved non-english in vba ?

    could u please give me an example of it ?
  17. T

    Solved non-english in vba ?

    like instead of "C:\Images\" in VBA "look for text in [Tlink][link]" or if i have a textbox named txtlink "look for text in txtlink"
  18. T

    Solved non-english in vba ?

    okay, so i will store this path in a new table "Tlink" with one field "link" and one record and this path link will be in this record. how i would code in vba that it needs to look for link in Tlink at filed "link" ?
  19. T

    Solved non-english in vba ?

    is it about WIN region settings for non-unicode programs ?
Back
Top Bottom