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 Wanet Telecoms Ltd 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: Tofias1
  • Content: Threads
  • Order by date
  1. Tofias1

    Start > Run Question

    Hello, to all and thanks for looking at my problem in advance. I can't for the life of me remember the Run command to change the setting in the startup menu i.e. regedit etc. If anyone could refresh my memory it would be greatly appreciated. Thanks Tofias1
  2. Tofias1

    Question on .tiff files.

    Hello, and as always I would like to say thank you in advance to everyone who takes a look at my question. A tiff file is opened by the Document Imaging File that is provide with Office XP. Now here lies my question. What other application can open a tiff file other than the one provided (if...
  3. Tofias1

    Best place to put this code?

    Hello to everyone who takes a look at my question and thanks in advance. I have written this code for a date field. Once the value of one field changes I would like the value of the date field to default to a set date. So once the field 'File_Description' = "Perm File". This will...
  4. Tofias1

    Database protection question?

    As always I would like to thank you to everyone who takes a look at my question in advance. I have designed a database and it is finished in the aspects of data entry through the use of forms. However, in the future I forsee the users wanting to generate more reports than what I already have...
  5. Tofias1

    As always I would like to thank you

    As always I would like to thank you to everyone who takes a look at my question in advance. I have designed a database and it is finished in the aspects of data entry through the use of forms. However, in the future I forsee the users wanting to generate more reports than what I already have...
  6. Tofias1

    Form View

    Hello and thanks to all who look at my question. What I would like to know is, is there anyway while in form view to disable the ability to move a form arround the screen. What I would like is to have the switchboard form in the same position on the screen at all times. Any help is always...
  7. Tofias1

    Date Calculation question.

    As always hello to anyone who takes a look at my question in advance. Well here it is. I have a field named birthdate a field named Age and a text box set to date(). What I would like to know is it posible through useing VBA to check once BirthDate is > 70 years comparing it to datetext then...
  8. Tofias1

    Deleting a record using DAO.Recordset

    I again would like to say hello to anyone out there willing to look at my code. What it is supposed to do is delete a specific name out of a table once executed. It works, however, it only deletes the 1'st value in the field and not the one specified. I know that I can delete the data by...
  9. Tofias1

    I posted this same question in a di

    I posted this same question in a different forum yesterday thinking it was this one so if it looks familiar it is. So with that said here is my problem. I have a table that stores names. It is connected to other forms as a list box to choose the names from. What I would like to do is have a...
  10. Tofias1

    Adding data to a table W / 1 field that acts a list box.

    Hello to anyone who takes a look at my problem. Thanks in advance. Well, here is my problem. I have a table that stores names. It is connected to other forms as a list box to choose the names from. What I would like to do is have a input box open up once a cmd button is clicked. The user...
  11. Tofias1

    Deleting records from more than one table

    Hello everyone out there. I would like to say thanks in advance for taking a look at my question. Ok, so here it is. I have designed my database using referential integrity. What I would like to do is delete the primary key from the main table and all the secondary keys from all relating...
  12. Tofias1

    Right Code / Wrong Code???

    My DB is almost complete except for this code. Private Sub Form_Current() Dim one As String Dim Two As String one = Me.Text5.Value If Me.Text5.Value = True Then Me.main.Value = one one = "0" 'Thought this would clear the value of one???? Else Me.main.Value = "0" End If...
  13. Tofias1

    Carrying over the value of a field to another form?

    If anyone could help it would be greatly appreciated. I am creating a mdb and I was wondering how to connect fileds of one form to another form. For an example I would like the primary key of the Parent table to link to a secondary key in another table w / out having to re-enter the P key...
  14. Tofias1

    Carrying over the primary key of Primary form to Secondary form?

    If anyone has any advice on how to carry over a Primary Key field to a secondary key field using forms it would be greatly appreciated. For an example, I would like the Primary key of a Tbl within a form to carry over to another form once the cmd button is clicked. Would I need to use VB...

Part and Inventory Search

Back
Top