I have an Existing form with many Texboxes on it. I would like to put some Tab control Pages behind the existing Text Boxes. Then I can Tab to another Page and add some more Textboxes. The Problem is if I Put the Tab Pages on the form around the current textboxes, I can see the current textboxes...
I would like to put a request for a Password on a Button. Where might I find the code needed? I'm assumming the code would go in the "on Click" event for the Button. I am using the button to open another form, and I need the form password protected.
Thanks
Wrecker
I Copied an Access 2000 Database to A CD. I then went to another PC with Access 2000, and copied the database to the hard drive. When I open the database, it opens in "read only". How do I open it so I can work on it. I made another copy on the hard drive and tried renaming it, but it...
Somehow a user changed somthing, so now I have one record that shows errors in all the fields, and an "Invalid Argument" error message appears. The records entered after that one are fine. My question is... How can I delete the record with the errors? Everytime I open the table I get...
When I create a duplicate record using a button on the form, A blank record is created in the table (looks like the data is not being pasted from the clipboard), and the form does not advance to the Duplicate. It stays on the original record. Any Suggestions on what to check would be...
I have a form that the "Last record" button stopped working properly. It is not going to the last record when the buton is pushed. It stops about 20 records up in the table. I think it is sorting on another field. How do I tell it to use the "ID" field (Primary Key) for the...
Is there a way to keep the data that is in a selected few textboxes after pushing New record Button? Currently all the textboxes are cleared. I would like a few of them to keep the data from the previous record.
Thanks
Wrecker
I need to return data from a field called "cerp" in a query. I entered 888 in the field. In the Critria of the "Cerp" Field I entered: Like "*" & [Cerp?] & "*"
The data will only return properly if I type exactly 888 .I need it to return Data if it finds...
Anyone know why my form will no longer let me navigate to the previous record? I get a message that says " You can't go to the previous record". It also won't open on the last record, even though the code for the last record is in the open event for the form. It opens to a...
For some reason I can't create a duplicate record. I created the button on the form. When the button is pressed, it copys to the clipboard, but does not paste to the form. Also, when I use the wizard to create the button, the Paste append in the code is jumpperd out(Like a commennt).
Example...
I have the Properties for a field in a table set to:
Field Size: Double
Format: General Number
Decimal Places:2
I also have the properties in the textbox for the field, set to general number, and 2 Decimal places.
My calculation keeps coming back with many decimal places.
How do I get a return...
I have a database with several linked tables from other databases. The relasionship I used is the Date. What I would like to do is be able to query on a date, and bring back the data from each linked table. The problem I am having is if I query on a date it brings back Data only if there is data...
I have a Form with several Tab Pages. I want a text box on one of the pages to hold the value from a textbox on another tab page. Example: me.FWLF2.Value = me.FWLF.value
This works fine if I place the code in a Lost focus event of a text box that will have data entered into it. Where would I...
A few days ago my internet explorer started crashing soon after it is launched. It doesn't do it all the time, but seems to be getting more frequent. I went to the Microsoft website and downloaded service pack 6, but no change. My Virus software is up to date, and all files have been scanned...
I have the criteria set for: Between [Start Date] and [End Date] in the Date field of a query. If I punch in 01/15/03 for the Start Date, and 01/16/03 for the finish Date, it works fine. How would I write the Criteria for a single day?
If I set the criteria for: Like [Date] and punch in...
In a table I have 2 Columns. The first is 1,2,3,4,5,6. The second 2 Chopper, 3 Chopper, ect. When I run my query I get a return that says "2 Chopper" (What I want}. When I run the report (that was created from the Query) I get "1"instead of "2 Chopper". How do I get...
Is there a way to make a list box appear when using "Like" in the criteria of a query? The user currently has to type in the data to query on. I would like them to be able to pick from a list.
Thanks
Wrecker
In the Lost focus property of a combo box I placed an if statment to check for text, and if no text is found, a msgbox "Must Select Name" appears. The problem is after the code runs, the focus goes to the next textbox in the tab order. I need the focus to remain in the combo box so...
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.