Search results

  1. DCrake

    Question Date Stamping Comments - Help (Column History)

    It appears another member has your app opened so expect a response soon.
  2. DCrake

    Question Date Stamping Comments - Help (Column History)

    Sorry Debs, don't know what's happening but I still can't open it. On of the issues may be that some of the features you have used in your app arre not backwardly compatable with 2007. Hopefully someone with 2010 can interject and help out. I have an idea what the issue is but I don't want to...
  3. DCrake

    Question Date Stamping Comments - Help (Column History)

    Still can't open it. You need to create a blank 2007 accdb and import all the objects into it.
  4. DCrake

    Question Date Stamping Comments - Help (Column History)

    My 2007 version does not recognise it. You also need to compact it first before posting.
  5. DCrake

    Mod value to get remainder

    Thanks Chris. Now this is where it gets tricky. A product has a Yield an opening stock, Purchases, Credits & closing stock all of which are expressed as afore mentioned. Yield = PackSize (6,8,10,12,15,24) in this example i'll use 15 OS = 3.13 - 3x15 + 13 = 58 Pur = 6 - 6x15 = 90 Less any...
  6. DCrake

    Question Date Stamping Comments - Help (Column History)

    Do not have 2010 only 2007, if you can save it to an earlier version then post it
  7. DCrake

    Question Date Stamping Comments - Help (Column History)

    Couple of things Are you adding new comments to existing comments Or are you adding additional comments to existing comments for existing records? Or both? What version of Access are you using?
  8. DCrake

    Autoactivate an unbound object on a form

    Have you tried setting it as an hyperlink and use the FollowHyperLink method.
  9. DCrake

    Mod value to get remainder

    Mine is not to reason why. If the delivery note states 6X24 50cl bottles then I need to be able to record it or calulate it back to 12 dozen bottles. Because products can be bought in various pack sizes the consumption analysis needs to be consistant that is why everything is converted to...
  10. DCrake

    What is the day today - Get using VBA??

    Today:Format(Date(),"dddd") = Saturday
  11. DCrake

    Mod value to get remainder

    Now this is where it gets complicted I want to convert the remained from 10ths to 12ths Where as 1.11 = 1 dozen and 11 cans or 12.01 = 12 dozen and 1 can. I have managed it now, but not in the conventional way. It's all about consumption costing. Say you buy 6 and a half cases of beer and there...
  12. DCrake

    Mod value to get remainder

    Silly question, I want to find out what the remainder is from any given number. It may be 11.01, 3.24, 0.10,0.11, etc. I need to be able to split the value into two parts A everything before the decimal point B everything after the decimal point I need to retain the precision though Stried...
  13. DCrake

    Need an Expert of VBA to help me (Willing to pay)

    Hey Bob Not being a member of Utter Access I did not know they have a Job Category, maybe I may enlist and you never know might get some more work:D:D
  14. DCrake

    VBA tags

    Adam Although powered by the same vBulletin I don't think Jon utilises these tags.
  15. DCrake

    Hello everyone

    Click on the General Section and you should see a button that says Create new thread. Click on that to add your question.
  16. DCrake

    UTC Time Offset Table

    That was the intention of the demo, but it looks like I never got around to finishing it. Although there is a sample in the Sample databases section if I remember correctly
  17. DCrake

    Hello everyone

    Don't get on your high horse. What I was saying was that you posted your own personal question underneath another persons introduction comments. By creating a new thread under your own name and title will prove more fruitfull.
  18. DCrake

    Cant Pull Any Data

    Well I suggest removing all the criteria and add it back one at a time to identify which filter is not working. Kind of process and ellimination
  19. DCrake

    Cant Pull Any Data

    How are you calling this sql? Is this the code from an actual query or are you running it in vba?
  20. DCrake

    Hello everyone

    Debs Suggest you post your own question instead of hijacking another one. More likely to get an answer that way.
Back
Top Bottom