Search results

  1. O

    Newspaper Columns in Report View

    I've read many articles on how to turn a single long (page spanning) column of data into "snaking columns" or "newspaper-style columns," but all of the results are only available in Print or Print Preview. I am looking for a way to have the correct, multi-column, result visible in Report View on...
  2. O

    User defined criteria on Percent field

    I have a a table that stores various financial information such as sales receipt totals and variance totals (if actual cash in drawer did not match receipts, etc...) that I use to help me track cashier performance and identify possible problems. Part of this process includes a query that I pull...
  3. O

    Webbrowser control problem opening new window

    I am experiencing an unusual (to me) problem using an embedded Web Browser control on a form. I have stripped the entire database down to an empty table and a single form with a web browser control. The web browser loads the specified internet site, which contains a search form. After providing...
  4. O

    Updating records in a Continuous Form

    So i'm trying various things that I usually don't bother with, to try and gain some knowledge. The thing i'm messing with now is Continuous Forms which pull their data from Queries. The odd thing I wasn't expecting is that it appears the results in the Details section of the Continuous Form...
  5. O

    Output a Report to view(only) in external format

    I've created a database for the single purpose of tracking training expiration dates for employees. When opened, it displays a report that shows a list of employees who's training dates are nearing expiration. Combined with Windows Task Scheduler, I have it set to run on a Supervisor's computer...
  6. O

    Date() calculation failing

    I have a simple Login System that, among other features, has a password expiration feature built in. Simply, the first time a user logs in they are required to enter their own password. At that time the record in the table which holds their account information gets added to it a date that is 30...
  7. O

    OLE Object Control not refreshing

    So, I am attempting to make a Weather Status type of functionality within one of my projects. I have two forms which will both be Subforms for the "Switchboard" being used as the over all interface. I have two tables; one which will record the information input by Form #1, and the other that...
  8. O

    Me.Filter with criteria based on last record saved

    In my mind this should be a simple solution, but I can't for the life of me figure it out. Here goes. I have a table (tbl_Feedback) that contains three fields (four if you count the ID, which I leave at autonumber.) A Date/Time field (ComDateTime) which uses a default value of Now() to...
  9. O

    Command button with hardcoded value

    I'm trying to test the functionality of something here, so my environment is very small to keep it simple. One table - tbl_TestTable One column within the table - Apple One form - frm_AppleColor Two command buttons - btn_RedApple and btn_GreenApple What i'm trying to do is change (update?)...
  10. O

    Novice who likes the deep end

    Hello all! While I am fairly new to database work (jumped in about 4 months ago) I pick things up quickly, and have some experience with programming languages and understand syntax and structure pretty well. I'm working on a few different types of databases for work ranging from simple...
Top Bottom