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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.