Search results

  1. S

    Moving Text in Textbox

    Hi, Though it is difficult to explain but in short i want a text box and wish to see the context/text written in the box be moved from right to left automatically through vba no problem if is done with label...
  2. S

    Date format in Urdu font

    Yes only single font required in text box ....
  3. S

    Date format in Urdu font

    I have a date field like format([cdate],"mmmm-yyyy") i want this field to be translated in urdu font ... any idea ..
  4. S

    Dlookup with Date Criteria

    Yes i tried and join queries... worked best... Thanks a Lot for this nice path idea....
  5. S

    Dlookup with Date Criteria

    Thanks!! tried different ways but not working
  6. S

    Dlookup with Date Criteria

    Not working boss taking too much time even query hanging up..
  7. S

    Dlookup with Date Criteria

    I am having a field in query "Build" named as "Month" which is a format of Format([vdate],"mmmm-yyyy") vdate a short date field I want to dlookup field name "Total" in the same query build from another query have same field of month in this query which is Format([cdate],"mmmm-yyyy") cdate a...
  8. S

    Form Fields copy

    good idea but still waiting for for some more advises if any..
  9. S

    Form Fields copy

    Hi I am having a command button named "Start" now what i want that when i click this button then it to copy all fields data in that particular form and to be pasted in same form as new record. Suppose form name is "Lounge"
  10. S

    Debit credit and balance in Query

    Brilliant Thanks a Lot
  11. S

    Debit credit and balance in Query

    Hi, I am using below formula for another DB and working fine and showing current balance, now in another DB i have different scenario like A_Bal: Val(DSum("nz([debit],0)-nz([credit],0)","vdebts","vids =" & [vids])) Vids is a vendor ID numeric Tr is transaction ID in same table as numeric...
  12. S

    Access Accdb 2010 slow on Ethernet

    Checked and done... Sleep was the culprit .... :D Perfect now after setting it to Never... Thanks for all who shared their comments and time....:)
  13. S

    Access Accdb 2010 slow on Ethernet

    Yes Energy Drink !!!!! Means is it possible that if laptop is in sleep mood then it may hang or drop LAN connection for a while till any application re-activate it ? is it possible?
  14. S

    Access Accdb 2010 slow on Ethernet

    Thanks a lot!! But suppose if FE is Idle for 10-15 minutes then will it continue to start or again that error which i am facing.. please tell me is it not a laptop sleep issue as the said laptop sleeps after 5 minutes and we face this ?? Thanks again for your effort and time for me
  15. S

    Access Accdb 2010 slow on Ethernet

    no the DB is not splitted i am trying to split it and it was splited at time but after few entries or in idle mode it stop working and showing error like ... reference not....... i think is LAN issue ? because if we work continously on shared db then it works fine but when we stops or idle.. it...
  16. S

    Access Accdb 2010 slow on Ethernet

    Its being difficuilt for me to understand as ver new to access if it is possible could you post any example how to do this
  17. S

    Access Accdb 2010 slow on Ethernet

    i have shared a DB in 2010 through LAN but still at the second pc where it is working as shared opening slow and working slow... rest it is working fine at main pc where it is present. Both PC having Win 7 64 Bit with Office 2010 Suit 32 bit
  18. S

    Class error 430

    WOW Superb... done its working..... with no error.. thanks a million...
  19. S

    Class error 430

    Yes it is here as attachment...
  20. S

    Class error 430

    Thanks for reply indeed!! this is what attached file saying that i have added these.. please see
Back
Top Bottom