Search results

  1. D

    Solved How to use Power operator in VBA?

    Seems that only 64 bit version shows this error. Are you in 32 or 64? https://stackoverflow.com/questions/51264287/vba-power-operator-not-working-as-expected-in-64-bit-vba
  2. D

    Solved How to use Power operator in VBA?

    I feel being stupid to ask this, but how can I use power operator in vba? myVar = (Ele/2^4) Mod 2 gives me Expected: ) error. myVar = 2^4 Shows the same error too. thanks.
  3. D

    Off Topic

    What happened to the wall? Still building?
  4. D

    USA Holiday - Father's Day

    @The_Doc_Man I don't know why I like reading every word you post over and over. And no body can even guess how your and @Micron's comments were comforting. I really appreciate it.
  5. D

    Coronavirus - are we all doomed?

    My point wasn't about being counted. I meant it can be a way to show your objection to both sides.
  6. D

    Add tables Dialogue Box.

    My version : 16.012827.20236
  7. D

    Solved Bigint data type in Microsoft Access

    No I don't. I simply wanted to know what's happening. and why Access shows #Deleted.
  8. D

    Solved Bigint data type in Microsoft Access

    No I don't really need a bigint. While adding a table to sql server I made a mistake and chose bigint instead of int and I faced the above problem. My question above was just to satisfy my curiosity what's happening. Million thanks.
  9. D

    Add tables Dialogue Box.

    What makes it more comfortable is that tables and linked tables have their own different tabs.
  10. D

    Add tables Dialogue Box.

    Microsoft 365.
  11. D

    Add tables Dialogue Box.

    I'm sorry if it's old or have been discussed before. But I was so excited that even didn't bother to search for this. I always hated the Add Tables dialogue box or window in queries design view. Most of my databases has a lot of tables and it was hard to find the correct table between 50 more...
  12. D

    Solved Bigint data type in Microsoft Access

    This is the structure of a table in MS SQL server: When I add this table as a linked table to a Microsoft Access database this is what I have : Apparently, Short Text is not what I need and the table doesn't behave the way I need. I can insert data into the table. No problem. SQL server...
  13. D

    Clint Eastwood has got politics weighed up!

    That speech was on August 30, 2012. And though I loved him as a director and an actor, I never could feel the same after that speech. I didn't like to see him using his fame to do such a political speech. https://en.wikipedia.org/wiki/Clint_Eastwood_at_the_2012_Republican_National_Convention
  14. D

    USA Holiday - Father's Day

    During this past year, I learnt to be softer on myself. The more I thought about it, the more I was sure I couldn't change what's done. I learnt how to think less about my mistakes, and be better now. Looking into their eyes, thinking about the way they talk to me or the way they hug me in my...
  15. D

    Coronavirus - are we all doomed?

    To be true, I've seen it around lately too many times and most of them are saying the same. Because one is worst, I vote to the bad one. Personally I can't understand how one can escape from worst to bad. If it was me, I wouldn't vote at all. But after all, it's me. Others have different logic...
  16. D

    Coronavirus - are we all doomed?

    Just curious. What will happen if you vote to neither of them. I mean don't write anything and send in a white ballot. Imagine half of those who vote do the same. Doesn't it ring an alarm for both side?
  17. D

    Solved How to figure out if a given year is a leap year

    @isladogs I'm a little bit confused. Am I doing something wrong or is it what you're talking about the guarantee? Using your function mentioned above, ?GetEasterSunday(3132) returns : 3132/04/22 then if I do : ?Weekday(3132/04/22 ) then I receive 7 that is Saturday. But this calandar shows...
  18. D

    Latest stats on Access World Forums (AWF) and Utter Access...

    Sorry I didn't notice your question was about UA. I thought you're asking about AWF. My apologies.
  19. D

    Latest stats on Access World Forums (AWF) and Utter Access...

    Normally I go to advance search type * as keyword and select a date. It gives me all the post from the date I'm searching.
Back
Top Bottom