Search results

  1. Cronk

    If with . Attachement

    What DBguy is saying is that if Msample is Null then Msample & ".pdf" will be ".pdf" which is an invalid file name
  2. Cronk

    Solved Archive old records

    You could add another field -Reason (for leaving) ie Expelled, Transferred, Graduated
  3. Cronk

    Solved Automatically bring customer data

    In the Update event of the combo, look up the values of Address and Mobile and insert values in the unbound text boxes. Better if you based the form's source on a query which combined the Sales and Customer details. For getting the address and mobile for a new customer, I'd have a separate pop...
  4. Cronk

    Second Civil War in USA

    "The Timeless and Universal Truths and Principles About Order and Disorder That Are Most Relevant Now. I believe that it is true for all people in all collective activities (sport, organizations, governments, etc.) that if… a) there is no acceptable way to agree on what is probably true (e.g...
  5. Cronk

    Paid Visa For travelling to Europe

    Could you understand the English spoken in NZ?
  6. Cronk

    Undefined function "FnElapsed" in Expression

    When the button is clicked, call the fnElapsed routine and insert the results into an unbound text box.
  7. Cronk

    Why my mind is always thinking the impossible?

    Proven skills can obviate the need for a degree. I wonder how many posters on these forums have a degree in computing. I for one don't.
  8. Cronk

    Variable has a random capital ever since I typed it in wrong in a table. How to fix?

    Have you checked for any occurrence of Dim SUrname
  9. Cronk

    Some Medicines Are Worse Than Others

    The practice of consuming faeces is not uncommon in the animal world to get the bacteria to digest food.
  10. Cronk

    Solved Pass an array of Type variable

    Thanks Josef. #4 fixed it.
  11. Cronk

    Solved Pass an array of Type variable

    That coding gives me a compile error in the calling routine.
  12. Cronk

    Solved Pass an array of Type variable

    Is it possible to pass a type variable to a suboutine in a module? Option Compare Database Option Explicit Type ItemList FeeCode As String UnitValue As Currency End Type Public Sub Test() Dim ItemArray(3) As ItemList TestPass (ItemArray) End Sub Sub TestPass(ItemArray As Variant)...
  13. Cronk

    Second Civil War in USA

    When does Donald Trump make the announcement?
  14. Cronk

    Solved Need Help

    In your accdb file, you can attach to tables in other data sources, everything from another data source in Access, Excel or SQl Server. Use the External Data tab in your accdb.
  15. Cronk

    Electric Trucks Are Worse than Diesel Trucks

    Tesla claims 100% of its batteries are recyclable. As far as recycling metal in the car, the first Tesla reached 1 million miles of driving 12 months ago. Admittedly, the battery pack would have been replaced multiple times. ICE motors are around 40% efficient. The other 60% of the energy in...
  16. Cronk

    Solved OpenArge error "You can't assign a value to this object"

    in #1, the code used docmd.openform "frmTraining" , , , , , acFormAdd, Me.PositionID has incorrect syntax Use docmd.openform "frmTraining" , , , , acFormAdd , , Me.PositionID That is 4 commas before and 2 commas after, the acFormAdd rather than 5 and one
  17. Cronk

    What investment strategy you are more comfortable with?

    Real estate. Are you thinking only of private dwellings or including also commercial and industrial real estate? I used to have a portfolio of houses but got to the stage where I sold them all and put the money into the stock market. With stock assets, there are no ongoing taxes on the fact...
  18. Cronk

    Opening Shared Excel documents from Access

    See Microsoft article on co-authoring I was of the opinion that a spreadsheet was read only for second and subsequent users until an Excel guru proved me wrong.
  19. Cronk

    What's your best/worst joke?

    I told my physio early in the treatment that I knew he had a plan for me - a Work Harder Incentive Plan
  20. Cronk

    Tesla Full Self Driving is Nearly Here!

    Maybe it was a "socialist utopian dream" to think of a time automobiles did not need someone walking in front with a flag for safety purposes. Dick Tracy with his watch used to be comic book fiction.
Back
Top Bottom