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 Mike Lewis 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: *

  • Users: TM2
  • Order by date
  1. TM2

    Screen that is "jittery"

    I was wondering if anyone could give me a hand with a problem I am experiencing on my database.&nbsp;&nbsp;I have a number of tabbed forms, when the form is open it moves itself from the center position to the upper left corner, all by itself.<br><br>Any suggestions as to why this is happening.<br>
  2. TM2

    Sql statements in access

    I think that the problem is that when I created the archive table, I added the field of archive date, which is set to the default value of now().&nbsp;&nbsp;When I removed this, all records from the original table where inserted into the archive table. The problem I have is that I need the...
  3. TM2

    Sql statements in access

    I am trying to remove the information in one table and place it in an archive table.&nbsp;&nbsp;I am using the following code,<br>&quot;Insert into ArchiveTable Select * from Table;&quot;<br>The problem&nbsp;&nbsp;I am getting is that if there is more than one record it only inserts the first...
  4. TM2

    Archiving/Back up of an access database

    Hi,<br>I was wondering how to write the code behind a command button that would allow the user to archive/back up the database. It may occur on the same hard drive as the original,but it may not.<br>Any ideas??<br>Thanks for your time
  5. TM2

    access reports based on a query

    Hi,<br>I am creating a report based on information on a table named items.&nbsp;&nbsp;The table has two attributes for the value of an item.&nbsp;&nbsp;In the report I would like to show one attribute if the other attribute is null, can I do this??&nbsp;&nbsp;I don't want both to show up on the...
  6. TM2

    Screen resolution and size

    I am wondering where I can find information about coding for screen resolution and size.&nbsp;&nbsp;I want to have the code in my database, so that as I move from one computer to another, I don't have to reformat everything, if the screen size and resolution is different from the first...
  7. TM2

    Multi select list boxes

    I was wondering if anyone could explain to me how to use the items selected property.&nbsp;&nbsp;What I am trying to do is move info from a multi select list box to another list box.<br>What I have in code so far, will loop through the first item and then gives me an error about a numeric...
  8. TM2

    List boxes

    I have created two multi select list boxes. the first box is populated by a query.&nbsp;&nbsp;What I want to happen, is that when an item is selected from the available list box (the first list box), during after update, the item should be moved to the assigned list box (the second list box).
  9. TM2

    Tab forms

    Hi, I was wondering if anyone can help me with a tabbed form.&nbsp;&nbsp;How do you specify which page you are on when coding?<br>
  10. TM2

    Scrolling Screen

    I was wondering if anyone could give me any tips on producing a scrolling screen that gives a vertical display rather than a horizontal display. <br>An example could be;<br>John Smith<br>Judy Brown<br>etc.<br><br>It would display this information on a movie screen
  11. TM2

    Access 2000 and a rolling screen

    I was wondering if anyone could help me with tips to produce a display screen where the information on the screen will come from an access database.<br>An example could be;<br>John Smith&nbsp;&nbsp;$5<br>Judy Brown&nbsp;&nbsp;$5<br><br>The screen would be filled with names and would be rolling...
  12. TM2

    Access 2000 and a rolling screen

    I was wondering if anyone had any ideas about doing a rolling screen that would output info to a display screen.

Part and Inventory Search

Back
Top