Search results

  1. 1

    Can't find my Access DB!

    Ok, so I made a registration website with FrontPage and published it. The registration page has several text boxes and a submit button. I was testing it out and entered a few dummy names. The conformation page popped up and said everything was ok. So I'm assuming the data successfully uploaded...
  2. 1

    Can't find my Access DB!

    Ok, so I made a registration website with FrontPage and published it. The registration page has several text boxes and a submit button. I was testing it out and entered a few dummy names. The conformation page popped up and said everything was ok. So I'm assuming the data successfully uploaded...
  3. 1

    Can't Find My Access DB!

    Ok, so I made a registration website with FrontPage and published it. The registration page has several text boxes and a submit button. I was testing it out and entered a few dummy names. The conformation page popped up and said everything was ok. So I'm assuming the data successfully uploaded...
  4. 1

    Vba

    sweet thanx
  5. 1

    Vba

    This site has been such a great help to me, I'm looking for a similar Excel website that has great VBA info and message boards. Any reccomendations
  6. 1

    Errors Importing External Data

    Thanx for help yall converting the to CSV file worked great!!
  7. 1

    Errors Importing External Data

    thanks, will give it a try. :)
  8. 1

    Errors Importing External Data

    The error message is kind of irritating because does not really tell me anything, it says... "An error occured while trying to import file 'Q:\example\example.xls' The file was not imported."
  9. 1

    Errors Importing External Data

    Ok I'm thinking...........
  10. 1

    Errors Importing External Data

    umm..you got what is it???? cut & paste dont work either. We are talking many thousands of records.
  11. 1

    Errors Importing External Data

    I have a table that needs to be refreshed with new data monthly. The table has extensive relationship links to other tables. The new data comes to me in a spreadsheet. I am tying to import the data from the spreadsheet into this existing access table, but errors halt the import. The fields in...
  12. 1

    calculated text boxes

    worked like a charm, thx
  13. 1

    calculated text boxes

    Lets say I have a form called form1 with 2 subforms named subform1 & subform2. Can I place a text box on form1 that totals fields located on subform1 & subform2? This is what I currently have as an expression in the text box. It is in the before update event, which may be the problem. Any...
  14. 1

    Zero --> Null

    I do something similar to this by using an IIF statement in the query field. example: expr1: IIF([tablename].[fieldname] = 0,[tablename].[fieldname] = null,[tablename].[fieldname])
  15. 1

    BackColor for textboxes

    ahhh, I see. Thanx man
  16. 1

    Any Ideas on Exporting Reports to PowerPoint?

    once you get into pdf acrobat can nicely export to powerpoint if you still want powerpoint.
  17. 1

    BackColor for textboxes

    I have a report setup that pulls from a query, how can I get every other line in the report to alternate backcolor? Thx for the help :)
Top Bottom