Search results

  1. F

    Export Report to MS Word or MS Powerpoint

    I need to export a Report to MS Word or MS Powerpoint, so i can incorporate the data into a larger document. How can I do this? Thanks
  2. F

    Empty cells Query to not work.

    I have a Query pulling data from several tables. If there are empty cell with no data in them, they cause the Query to completely skip that record. It does not show up in the Query. Not practical since most of the data int the table will not be entered until some time later. What gives? Is...
  3. F

    How to: Report that pulls only one Record

    I've done this before but cant get it to work in this new project. I want to print a receipt for a particular item in a table. I recall that if done right, the Report will ask you to enter the ItemID when the Report is opened. It's not doing that/ Here is what I did. 1) Create a query that...
  4. F

    Combobox- How to dsiplay more than first field

    I'm using a combobox to select an item from a dropdown list. Once the item is selected and dropdown list closes, only one the first field shows up in the combobox window. How can I make more than one field showup? Thanks.
  5. F

    Listbox dropdown

    I'm pulling my hair out. I'm making a seemingly simple tex book database. I have 2 tables. AuctionItems and AuctionBidders. I have three forms. One to enter AuctionItems, one to enter AuctionBidders, and one to enter Transactions. The AuctionItem Table has a column for the winning bidders...
Back
Top Bottom