Search results

  1. P

    Found anything Missing?

    Please report. Thanks
  2. P

    How easy is to Freelance Big Companies?

    Thinking of becoming a One...
  3. P

    How many Dhoni Fans are Here?

    "Thala" This is how we call him here...
  4. 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
  5. 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...
  6. 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...
  7. 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?
  8. P

    Solved Does Access Support ANY Keyword in its Queries?

    'ANY'way to make it work Doc?
  9. 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...
  10. P

    Solved Does Access Support ANY Keyword in its Queries?

    I am getting syntax error
  11. 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")
  12. 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...
  13. 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
  14. 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...
  15. 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
  16. P

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

    What makes it complex? Exactly...
  17. P

    Why everything becomes problematic to me. That too... only to Me?

    My email: Hi, Good Morning I tried calling your number yesterday but to no avail. Is it possible to cancel the order as the shipment is still in the US and the customs in India will not clear my goods with my Company Name in it. Please consider and Kindly do the needful. With Hope, Prabhakaran...
  18. P

    Why everything becomes problematic to me. That too... only to Me?

    My mail to the Customs Commissioner India: Hi Sir, Good Morning. I am Prabhakaran from Thanjavur, Tamilnadu, India. I have been living here for the past 41 years. I am having an extreme interest in aromatherapy products. Recently I have found a website in US selling good aromatherapy...
  19. P

    How to make my Laptop to run like a Desktop?

    Connecting wires from Solderation gave way in two components...
Back
Top Bottom