Search results

  1. C

    Problem with decimal places

    Everyone, I have a very simple data value. This is 0.01. Here the immediate printout: TradeSetNo: 1 TradeNo: 1 CurrentBalance: 200,000.00 TraderID: RiskPercent: 0.01 Generated SQL: INSERT INTO tblTradeEntry (tblTE_RiskPercent_dbl) VALUES (0.01) So it appears to be working. However when I...
  2. C

    Radio Buttons!! 2 clicks why?

    I have a form that has a text box and whether the text box has a value present it makes the radio button visible. Now on the first selection, it takes initially 1 click to select the Radio Button, after which it takes two. Does anyone know how to make it only one? I have a number of text...
  3. C

    New Member

    Hi everyone - I am developing an access database before I put a database application on the web, just to make sure that I have everything working with the right structure. I have used VBA in excel for years. However, have just bit the bullet to get my head around VBA in Access. My first...
Top Bottom