Recent content by Fred75

  1. F

    run a silent 'SELECT QUERY' in the background

    Thanks for the advice Pat.
  2. F

    run a silent 'SELECT QUERY' in the background

    Thanks for the reply Laoujin, I will give it a run in the morning! But in the meatime, I was wondering if this method will requery all recordsets on my form since: (1). It is composed of a 3 page Tab Control, (2). Each page has its own List box lookup based on a unique 'select' query (3). Each...
  3. F

    run a silent 'SELECT QUERY' in the background

    Facing a small little problem - I have searched the forum but to no avail... I have designed a macro which runs a two separate OpenQueries, Save and Close statement based on a timer in an attempt to mimick the running of a silent 'SELECT QUERY' in my Access 2003 database project. Is there a...
  4. F

    Create a 'BROWSE' Button

    Thanks! Good pointers. Thank you guys for your time and assistance!
  5. F

    'Make a Table' Query

    Overview Process Sergeant, in reply to your last post, following is the process to achieve. [ 'table' contains several records (field1; field2; etc.) from which a 'child' database needs to be created in the same database and named following a nomenclature which will replicate the textual value...
  6. F

    Create a 'BROWSE' Button

    Hello All, Could someone give me a few pointers on how to create a 'Browse' button on a form with the intent to search for an image in an bound-image to record and assign it and store the bmp selected by the user from the user's machine? I thank you in advance.
  7. F

    'Make a Table' Query

    Thanks Sergeant! Sergeant, thank you for your time and assistance. Building on your concept, and after doing some homework, the following code came into existance. Any feedback and/or suggestions is/are welcome. =========== Sub MakeTable() Dim strSql As String Dim...
  8. F

    'Make a Table' Query

    I am facing a major hold-up in my Access Project. I am attempting to design a 'make a table' query which will encompass the ability to autoname the table by merging the textual content of the only two querried fields. Any chance of getting some good advice on how to tackle this? Thanks in advance.
Back
Top Bottom