Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CodeMonkey76

    row source picking

    Create a table with one field to list your options. On your form, set the rowsource of the Combo Box to the table that has all of the options listed. The combo box will only show the options stated in that table. In the properties for the combo box you need to set Limit to List = Yes (this...
  2. CodeMonkey76

    Access Abruptly Quits?

    I have run across this problem two times already. I have been creating a database that tracks simple accounting type transactions. There are no complex calculations nor are there any complex queries. I am using DAO in some places but not many only to add new records to some tables. I have...
  3. CodeMonkey76

    Export query data to text file...need to eliminate decimals!

    Thanks for the tip! Saved me some hours of painful searching and testing.
  4. CodeMonkey76

    Export query data to text file...need to eliminate decimals!

    I'm hoping someone out here has done this successfully... I need to export data from a query into a text file. The file only needs to contain three fields: AcctNumber Amount Notes Now here's the tricky part...I need to remove the decimal point from the Amount and the quotation marks from...

Part and Inventory Search

Back
Top