Search results

  1. K

    Record Locked

    It worked, thanks
  2. K

    Record Locked

    Lemme try that.
  3. K

    Record Locked

    Now even ticking the combo box gives the same error. Im in tension now. Plz help
  4. K

    Record Locked

    I have a database divided into a backend and frontend that is working very well. Now from the past few days when users are trying to attach picture, they cannot and the error comes that Record locked, cannot be updated. I check it all the time, no other user is entering the data into the same...
  5. K

    Conditional bold in textboxes

    Yes, I used the same standard approach
  6. K

    Conditional bold in textboxes

    ok guys Solved
  7. K

    Conditional bold in textboxes

    Hi Freinds Wanted to ask if I make make the text in textboxes bold if it is not zero. If value in textbox is zero, it shd remain as it is but if it is greater than zero then it should appear bold. Can it be done? Thanks in advance.
  8. K

    Calculating Average

    Thanks alot, it worked
  9. K

    Da

    Is it even possible to have network from Dubai to London? If yes, how? Please guide me.
  10. K

    Da

    We have a fully functional Access database working in our Dubai office over the network split into backend and front end. Now we have started our office in London and want to have the same database as a frontend there whereas having the same backend that is here in Dubai office. Is it...
  11. K

    Calculating Average

    Yes, Im calculating it and the result is showing in CT. I dont hv SQL. I used Nested If statement in vba: If Not IsEmpty(TOTAL2) And IsEmpty (T3) And IsEmpty (T5) And IsEmpty (T7) And IsEmpty (T9) And IsEmpty (T11) Then Me.CT=TOTAL2 ElseIf If Not IsEmpty(TOTAL2) And Not IsEmpty (T3) And...
  12. K

    Calculating Average

    My actual fields are TOTAL2, T3, T5, T7, T9, T11 and Im calculating the average in field CT
  13. K

    Calculating Average

    Dear friends I have 6 fields lets say a,b,c,d,e,f and average of these fields are needed based on the condition that if a and b are filled and rest are empty so average to be calculated based on two fields only. If a,b,c,d,e are filled then average needs to be calculated based on 5 fields. I...
  14. K

    Using Dlookup

    I got it right by trial and error method. Thanks Minty anyways Much appreciated.
  15. K

    Using Dlookup

    Table from the 1st Db is linked and the event is working on AfterUpdate. Just wanted to pull data base don two fields instead of one. Possible?
  16. K

    Using Dlookup

    Dear Friends i use Dlookup to pull values from one DB into another and its working good apart from being slow. Now I want to pull values based on two fields. Is it possible? Could you please guide me. Thanks in advance
  17. K

    Slow database

    Thanks alot
  18. K

    Slow database

    Hi Friends I have two databases. The second database pulls values from the first database. This is working but takes a lot of time to pull values. How can I make it efficient and less time consuming. I refreshed and compact it as well still no improvement. Thanks in advance.
  19. K

    Table relationships?

    Even in form view, it appears more than once
  20. K

    Table relationships?

    Hi friends Plz help me I have two tables. One is Fabric, second is ordered. In Fabric I have Fabric Id and Fabric name and in Ordered we have supplier, ordered date, quantity, arrival etc etc. Now when I enter Two suppliers for one fabric, fabric also appears twice in datasheet view. I want...
Back
Top Bottom