Recent content by jay_x

  1. J

    Search and copy HTML codes attachment

    I'm creating an ACCESS database that will import HTML files. I need a script that will find certain tags and copy all the text in between the tags and save it onto a database table. Example: - I open a form. The form has an Attachment control. - I double click the icon and choose a local...
  2. J

    Decimals rounding even with 'Double' Field Size

    Thanks.. yeah, changed it in the Table properties not just the form. I think it's a relationship issues since it's going to from one to many. Looks like my only option is to create another table and relate it to the previous table. If someone can think of a simpler solution, I'd greatly...
  3. J

    Decimals rounding even with 'Double' Field Size

    Hi Everyone, For some reason I cannot enter decimal values without the number rounding up or down. I've already set it to 'Number' and 'double' and have also tried 'Fixed' set to 2 decimal places. Right now the only way it works is if I set it to 'Text'. However I need to do some calculations...
Back
Top Bottom