Search results

  1. 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.
  2. 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...
  3. P

    Found anything Missing?

    Please report. Thanks
  4. P

    How easy is to Freelance Big Companies?

    Thinking of becoming a One...
  5. P

    How many Dhoni Fans are Here?

    "Thala" This is how we call him here...
  6. P

    Why my custom VB.Net class file is giving an "Expected :Identifier" Error? What's wrong?

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegAsm.exe C:\Users\arrow\source\repos\Gowtham\Scale_Project\bin\Debug\Scale_Project.dll /tlb /codebase did the Magic
  7. P

    Why my custom VB.Net class file is giving an "Expected :Identifier" Error? What's wrong?

    Imports System.IO.Ports Imports System.IO Public Class Scale Private WithEvents SerialPort As New SerialPort() Private Const COM_PORT As String = "COM5" ' Change this to your COM port Public Sub New() ' Constructor logic here if needed With SerialPort...
  8. P

    Solved Does Access Support ANY Keyword in its Queries?

    I may use if I someone concludes its availability in ms access queries... who knows? which weapon is needed in which fights...
  9. P

    Solved Does Access Support ANY Keyword in its Queries?

    Problem solved but 'ANY' is still there. So can we conclude ANY cannot be used in access queries?
  10. P

    Solved Does Access Support ANY Keyword in its Queries?

    'ANY'way to make it work Doc?
  11. P

    Solved Does Access Support ANY Keyword in its Queries?

    Customers can request for items. So if the customer is already a subscriber and the same subscriber already having a subscription in morning, we just have to deliver ASAP (Morning) but if he has subscriptions only for Evening then no other way. we can deliver only on "Evening". Session...
  12. P

    Solved Does Access Support ANY Keyword in its Queries?

    I am getting syntax error
  13. P

    Solved Does Access Support ANY Keyword in its Queries?

    Session: IIf("Morning"=Any (SELECT Subscription.Session FROM Subscription WHERE (((Subscription.ID) Not In (SELECT closure.[Subscription] from [Closure])));),"Morning","Evening")
  14. P

    Error in Datasource wizard

    Hi All, Good Morning. I am Developing a VSTO Solution (Ms Outlook VSTO Addin). In this I am trying put an Ms Access database file as the Datasource using the Datasource Wizard. Everything goes but at the last step I am getting the following Error: An error occurred while creating the new data...
  15. P

    If there is no unique code for a contact in outlook, How can we use it in other apps?

    Actually I am building a software tool for a Milk Vendor. In India, still many doesn't have a mobile phone at least, then only email. I am thinking of the following: Cstr(replace(".",cdbl(Now(),"")) But the problem is Outlook lacks Replace() in the auto-value property of a custom form
  16. P

    If there is no unique code for a contact in outlook, How can we use it in other apps?

    The Entry ID changes when an item is moved into another store, for example, from your Inbox to a Microsoft Exchange Server public folder, or from one Personal Folders (.pst) file to another .pst file. Solutions should not depend on the EntryID property to be unique unless items will not be...
  17. P

    If there is no unique code for a contact in outlook, How can we use it in other apps?

    Especially in "Relational Database Systems" Like Ms Access or SQL Server
  18. P

    Why AutoCAD is not feasible enough to learn for a common person?

    What makes it complex? Exactly...
Back
Top Bottom