Search results

  1. P

    How to model a software when the user wants to override Everything!

    Yes Pat. I need to learn a lot and shape myself to become a professional.
  2. P

    Found anything Missing?

    "Should this item be delivered weekly, daily, bi-weekly. " Yup. Frequency must be there. Hi Pat, Will revise the schema and share soon. Thanks for such an extensive analysis.
  3. P

    Need Advice on my Decision to become an Asynchronous Programmer...

    Thanks Doc. I am running a VBA task for more than 3 days Now (Word VBA Program) . It has achieved only 60% so far. Goanna try changing it to async once it finishes. will be my first every async code. Thanks Again.
  4. P

    Need Advice on my Decision to become an Asynchronous Programmer...

    I have come to know a few years back that there is another method of programming exists. It's called Asynchronous Programming. As I know only VBA code then, I was really attracted on knowing ways to achieve a result very quick using that way of programming. What I assume, so far is that...
  5. P

    Need Advice on my Decision to become an Asynchronous Programmer...

    Here after only Async. Forever! Hi Members, I myself am feeling like that I am overusing this forum. I don't have much friends in real to ask these kinds of questions. Hope you understand. Please don't take it otherwise. With Hope, Prabhakaran
  6. P

    Access Essentials sticky thread recommendations

    Why not this thread? at least on temporary basis...
  7. P

    How to model a software when the user wants to override Everything!

    I did the same exact things only. But must have got the advancement amount from them before sitting on that work. So far haven't received any amount as Advance :(
  8. P

    Found anything Missing?

    There are two places the user touches my form. One to know what all the Deliveries are scheduled for today and todays' requests list. But finally, he has to "Mark it Delivered" what all are items actually delivered today. The same data. First time he "reads" second time he "writes".
  9. P

    How to model a software when the user wants to override Everything!

    This is what happened in my Dairy Software. The Design and Logic were useful only up to to providing a default value to the fields. His demands are he can override everything and Anything in the Final Delivery Form... How you people normally tackle this type of requirement. Please show me some...
  10. P

    Found anything Missing?

    Done Plog. Waiting for your thoughts of my forms and queries...
  11. P

    Found anything Missing?

    Please understand that I have attended the schools only upto 10th standard in India. Everything I read, build and Share is being done out of sheer curiosity and Passion that I share on my works...
  12. P

    Found anything Missing?

    Yes. I agree and will stop putting likes ;)
  13. P

    Found anything Missing?

    1. Giving all the autonumbers the same name is not helpful. It makes it extremely difficult to see relationships without opening the relationship window. I want to create the Entities as we see in the real word. For example I also feel that the Table name is sufficient to know it is a...
  14. P

    Found anything Missing?

    That's all the Database Has. Just thought having a column to denote the birth of each record. For example: The Shop owner may say: "Yeah we have covered that area from this year onwards" Customer Anniversary offer Now. It's has become an habit of mine to add a Moment column for every Key entities...
  15. P

    Found anything Missing?

    SELECT Customer.ID, [DD] AS Delivery_Date, Subscription.Session, Customer.NameVal, Item.ID, Item.NameVal, Subscription.Rate, Nz((SELECT LAST([Volume_Switch].[New_Volume]) FROM [Volume_Switch] WHERE [Subscription].ID=[Volume_Switch].[Subscription_ID] ),[Subscription].[Volume]) AS Delivery_Volume...
  16. P

    Found anything Missing?

    Moment is nothing but a combination of Date and Time.
  17. P

    Found anything Missing?

    Main Subscription Form: Delivery Drafts: Why I call it Drafts: Because its the form which loads all the deliverables from the database and make it acknowledged after Delivery.
  18. P

    Found anything Missing?

    one of my schoolmate's relations is running a small Dairy. He asked me to develop an inventory cum software for him. I choose MS Access as the Base and escalate to further technologies if needed. This is my ever Database I am developing for a Dairy. Upon thinking. I have derived the following...
Back
Top Bottom