Is there limit to number of files in a datebase in searching forms
Once I hit 1001 files in a database, search does not work. Why?
|
6/7/2010 8:27:10 PM
|
2
|
=?Utf-8?B?a3kgY2FydmVy?= <ky car...@discussions.microsoft.com>
|
|
|
How do I control a text box via another combo box
I have read through dsome o the other answers and I just can't seem to get it.
I have a table called employee information.
Within that table are two fields. Retail Title and Retail Incentive.
I have a form with a combo box for the the Retail Title.
This field looks to a table called Retial titles which is two fields...Title
and Incentive
What I want to do is have it so when I choose a title in the form it
populates the incentive in another text box.
The combo box column count = 2
What should by settings be for my text box?(That of course if I should be
using a text
|
6/7/2010 8:07:41 PM
|
0
|
=?Utf-8?B?R2FuZG9y?= <Gan...@discussions.microsoft.com>
|
Limit Combo Box
I will do my best to make some since.
I have a form for entering data into a table named dispatchdetatils The
Combo Box named vehiclebox on the form shows vehicle license plates numbers.
When a vehicle is chosen a new record is started and the new record milesout
field on the dispatchdetails table is populated from the max of the milesin
field. Below is what I have in the After update of the combox.
What I would like to happen also is if there is a milesin field that is null
then do not start the new record but have a pop up appear stating the vehicle
is already out. Thank you
|
6/7/2010 5:33:32 PM
|
0
|
=?Utf-8?B?RWRkaWUgQg==?= <Edd...@discussions.microsoft.com>
|
Form Subform DLookup
Team,
I have a Form / Subform (with tabs)
On the Subform, I want to:
1. Sum values located on the Form to values located on the Subform.
2. Be able to add a new record for a subsequent Change Order.
The latest attempt has been to display the sum is:
Private Sub txt_Change_Order_Current_Agreement_Value_AfterUpdate()
Me!txt_Change_Order_Current_Agreement_Value =
DLookup("ZPCM_Agreement_Value", "ZPCM", "ZPCM_ID=" & Me!txt_ZPCM_ID)
End Sub
It appears that the sum and the adding of a new record are mutually
exclusive. Is my assumption correct?
---
Thanks for your time.
|
6/7/2010 4:15:03 PM
|
3
|
=?Utf-8?B?Sm9obg==?= <J...@discussions.microsoft.com>
|
Is a vertical datasheet view possible
The standard layout for the datasheet view form is horizontal. Is there a way
to display the datasheet view vertically with the field names going down the
left side of the form and the data expanding to the right?
|
6/7/2010 4:02:53 PM
|
3
|
=?Utf-8?B?Sm9obiBG?= <Jo...@discussions.microsoft.com>
|
Default font for forms in Access 2007
How do you set a default font for a form or a report in Access 2007?. Mine
is always Calibri 11. Changing each time is tedious. I have looked at
several "solutions", (one here from 2004). None of which even faintly
describe what I see. My copy of 2007 is recent, downloaded 6 weeks ago. I
am using W7 64 bit.
|
6/7/2010 12:56:14 AM
|
1
|
=?Utf-8?B?Z2c=?= <...@discussions.microsoft.com>
|
Even an error with this code I copied
I found a password login system for Access and copied it to aon click
event on a form in Access 2007, but there is an error in the coding.
I have created a tblEmployees with the following fields:
IngEmpID
strEmpName
strEmpPassword
Then I put a unbound combo box on a form with the username and password
fields. The combo box gets a list from strEmpName in the tblEmployees
I then copied the code given into the on click event of the cmd button:
BUT there is a Compile error 'variable not defined' IngMyEmpID, as
shown below
'Check to see if data is entered into the UserName com
|
6/6/2010 1:41:46 PM
|
5
|
Bob H <...@despammer.com>
|
SubForm, or something Else?
I have Chosen (big Grin) to utilize the new Multivalued fields option offered
in Access 2007. But, as always, I get started very excited, but am unable to
finish...
Not sure how to design my Form - but it would be a Main Form Sub Form
With ChurchID (as Main) and a Subform with
PositionTitle1 (Non-repeating)
(Indented) MinisterName1
(Indented) MinisterName2
(Indented) MinisterName3
PositionTitle2 (Non-repeating)
(Indented) MinisterName1
(Indented) MinisterName2
(Indented) MinisterName3
I'm totally confused as to how to proceed... Can anyone assist?
Here is my Query (easy
|
6/5/2010 6:08:57 PM
|
6
|
=?Utf-8?B?Sk1heQ==?= <J...@discussions.microsoft.com>
|
applying concatenate filter
Hi All,
I tried to filter the record in my form but it seem it doesn't work as
expected.
I tried to create a concatenate filter and put all criteria in an array but
it seem, it just applying the last condition only.
here is the filter action code
============================
For each rs in array(rs1,rs2,rs3,rs4,rs5)
If rs = "" then
Else
MsgBox rs
DoCmd.ApplyFilter, rs
End If
Next rs
============================
I want to filter the record by rs1 (if its not null) next by rs2
and so on.
But what I get is, the previous filter is removed before the next
filter is appl
|
6/5/2010 3:41:46 PM
|
1
|
=?Utf-8?B?ZVJEZQ==?= <e...@discussions.microsoft.com>
|
Criteria for check numbers only
Access 2007, Vista SP2 Ultimate
I have a check register in which I enter both the umbers of checks I write
and the debit card POS entries. I need to be able to separate out the
checks from the debit entries. I have the criteria for the query to
separate out the POS transactions in a query:
Like 'DBT*' Or Like 'DBT*'
But, I am having a hard time figuring out what criteria I need to separate
out the check numbers (such as 123, or 371) from the 'DBT' entries in that
field for the check number query.
Any suggestions would be much appreciated.
Jan :)
|
6/5/2010 1:19:18 AM
|
2
|
"Jan :\)" <jan...@spam.live.com>
|
How to get Email address list from Outlook to Msaccess
Hello,
Is there a way to get the Email address list from Outlook and input to a
Combo control using Ac2003?
Thanks in advance
|
6/4/2010 6:42:29 PM
|
1
|
"Abe Katz" <abek...@mindspring.com>
|
this code doesn't work fully
I am trying to create a login box for an Access 2007 database using some
VB8 code I found:
Private Sub CreateAcc_Click()
Dim username As String
username = Text23
If Text23 = "" Then
MsgBox "Enter a Username !"
Else
If Text25 = "" Then
MsgBox "Enter a Password !"
Else
Open app.Path & "\Accounts\Users\" + username + ".txt" For Output As #1
Print #1, Text23
Print #1, Text25
Close #1
End If
End If
End Sub
It runs up to the line 'Open app.path etc, then get a runtime error 424,
Object required.
What would t
|
6/4/2010 6:39:36 PM
|
14
|
Bob H <...@despammer.com>
|
Forms or Tables
I'm currently working on a new form, in my table I have combo boxes but some
of my questions need to allow users to select more than one answer - how
should I go about setting this up?
|
6/4/2010 5:21:57 PM
|
1
|
=?Utf-8?B?UmFjaA==?= <R...@discussions.microsoft.com>
|
Hide ribbon event not working
I'm terrible with VBA so this might be something really simple. In
Access 2007, I have a startup form with this event on load:
Private Sub Form_Load()
DoCmd.SelectObject acTable, , True
DoCmd.RunCommand acCmdWindowHide
DoCmd.ShowToolbar "Ribbon", acToolbarNo
End Sub
and this on close:
Private Sub Form_Close()
DoCmd.SelectObject acTable, , True
DoCmd.ShowToolbar "Ribbon", acToolbarYes
End Sub
I've also tried the first event as on open and there is no apparent
difference in functionality. I got the code from searching for ways
to hide the ribbon and navigation pane. Thes
|
6/4/2010 4:46:54 PM
|
11
|
esn <ericnewk...@gmail.com>
|
Imported Form Changes
This is a multi-part message in MIME format.
------=_NextPart_000_0153_01CB03DC.5FB2C170
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Access 2007 sp2.
I hope I explain this ok... Here goes.
When I want to discard changes made to a form by importing a form form a =
backup
the imported form takes on all the characteristics of the form I want to =
replace.
As an example, lets say I remove a command button from Myform in my main =
db.
I then import Myform from a backup knowing that this form still has the
command button. When I o
|
6/4/2010 3:52:14 PM
|
2
|
"JamesJ" <...@darwin_roadrunner.com>
|
Tab Order
In Access 2003, I have a continuous form, with several text boxes, 4 of which
are user editable, and 4 check boxes. Everything works as it is supposes to,
except when I tab through a record, if a change is made in either a check box
or text box, when tab is pressed again, the focus goes to the first field of
the first record, rather than the next field in the current record, or in the
case of the last field of a record, the next record, as I would expect.
It's probably a simple setting I'm missing, but I've not run into this issue
before, so any thoughts are appreciated.
|
6/4/2010 1:33:21 PM
|
4
|
=?Utf-8?B?Um9zY28=?= <Ro...@discussions.microsoft.com>
|
importing graphic file msgbox flashes when changing records, turn
I have developed a form that uses the VBA code from the Employees Form in the
Northwind database. The path of any graphic file (.jpg, .png, or .bmp) I
choose is added to my main table and the graphic is displayed in an
imageframe object on the form. I have noticed when I change from one record
to another, that a msgbox announcing the image's path is being imported
flashes briefly in the center of the form right before the image appears in
the imageframe area. This does not happen when the file type is a .bmp file
but it does for any other type. For a small file (12K or so) th
|
6/4/2010 2:44:16 AM
|
2
|
=?Utf-8?B?bWNlbnRt?= <mcen...@net.com>
|
status validation help
Hello, I need some help coding this one...
I have 3 fields in a form Amount, Date, and Status. If the user inputs an
Amount then they must enter a "Date" in order for the database to accept a
Complete "Status".
The Status field has several drop down choices, Open, Pending, Complete, etc.
Any help would be greatly appriciated!!
Thanks,
~Gabe
|
6/3/2010 11:22:09 PM
|
4
|
=?Utf-8?B?R2FiZQ==?= <G...@discussions.microsoft.com>
|
Sum error on continous subform
I have been pulling my hair on this one.
I will try to use the proper terminology to describe my problem...
On the header of a continuous subform I would like to calculate the sum of a
field on my subform.
On the subform, the control name that is to be summed is TicketWeight1. Its
field name (control source) is TicketWeight
In the header of the continuous subform, I have a control named
Ticketweighttotal which control source is =Sum([TicketWeight])
This returns Error in the control
The TicketWeight field name is a field in the underlying table and not the
result of a calculation.
|
6/3/2010 7:01:13 PM
|
4
|
"Jeff via AccessMonster.com" <u12...@uwe>
|
Need from to replicate itself as a blank for each time it is opene
I have created a database to track demographic information for our surgical
patients. The simple information entry works great (name, address, surgeon,
date of surgery etc..). The staff now wants to add the followup portion into
the database. They call the patient one day after surgery, one week after
surgery and one month after surgery asking the same questions each time they
call. I created a form with all of the questions they ask with check boxes
and a comment field as well as a field that will automaticly input todays
date.
What the staff want is to not write over the data
|
6/3/2010 6:54:39 PM
|
5
|
=?Utf-8?B?Sm9obg==?= <J...@discussions.microsoft.com>
|
How to save a form as a template
I'm using Access 2003. I have a form I'm using for one case that I would
like to use as a template for other cases. How do I do that? Need baby
steps, please!
|
6/3/2010 3:40:17 PM
|
2
|
=?Utf-8?B?ZGVnYXMxOTAw?= <degas1...@discussions.microsoft.com>
|
Lebans MouseWheelOff code
I've dowloaded Steven Lebans MouseWheelOff sample db in hopes of using the
code in my db. However, when I try to open it, Access gives the following
message:
Microsoft Access cannot open this file.
This file is located outside your intranet or on an untrused site.
Microsoft Access will not open the file due to potential security problems.
To open the file, copy it to your machine or an accessible network location.
Not sure how to resolve this since it already IS on my machine. Any ideas
on how to get around this?
|
6/3/2010 3:37:08 PM
|
3
|
=?Utf-8?B?VGFyYQ==?= <T...@discussions.microsoft.com>
|
Error Message "Compile Error: Variable not defined"
I have copied a form from an inherited database to a new one. When I click on
a button on the form I get the above error message, Visual Basic opens with
the text in brackets highlighted in the following line:
With Application.FileDialog(msoFileDialogFilePicker)
It works OK in the original database.
|
6/3/2010 3:20:26 PM
|
2
|
=?Utf-8?B?S2VpdGggV29vbGxhY290dA==?= <KeithWoollac...@discussions.microsoft.com>
|
Graphical problems with forms in AC 2007
I have an Access application which I run both on AC 2003 and AC 2007.
It works OK on AC 2003, but on AC 2007 the forms get sometime "garbled".
Please see here:
http://www.caspit.biz/images/03062010_025718.jpg -- OK
http://www.caspit.biz/images/03062010_025833.jpg -- "Garbled"
Dror
dror at caspit dot biz
|
6/3/2010 12:07:40 AM
|
1
|
=?Utf-8?B?15PXqNeV16g=?= <@discussions.microsoft.com>
|
Holiday Time Logging
Greetings All...Happy June!
I am looking at ways to log Holiday time into my Time Tracker Program and I
am looking for Ideas???
For example, recently (Monday) was Memorial Day (US Holiday) and I have no
reported values in my table for 5-31 for my hourly employees. What I would
like is to place a record in my time table for the day (8 hours) so when I
run my reports I get 5-31 to show up...this way payroll will not miss the
information when I send them the data (or report) to put into our payroll
system.
Any thoughts...Any Ideas?
Thanks Much!
David
--
David (Disneygoof)
|
6/2/2010 9:17:46 PM
|
2
|
"disneygoof via AccessMonster.com" <u32...@uwe>
|
Date query
This is a multi-part message in MIME format.
------=_NextPart_000_06C4_01CB0295.E90C4830
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
I am using a census database to enter data from the 1901 UK census. To =
calculate the year born the input age is subtracted from 1901. However, =
when a child under one year old is enter, obviously an error shows. =20
What do I need to do to show 1901 when a child's age under one year is =
entered. The age field can hold three numbers and one letter (h =3D =
hours, d=3Ddays, w=3Dweeks, m=3
|
6/2/2010 7:55:19 PM
|
5
|
"SeeAll" <seeallscan...@yahoo.co.uk>
|
Value list updates not appearing in form
I have a table with several fields who's display control is combo-box, source
is value list, and multiple values are allowed.
In one of the fields, when I add a new option to the value list, it
automatically appears in the drop-down list in the form. Not so for the other
field! When I go back and add more values to the list, they do not appear in
the combo box drop-down list in the form. I've been working around it by
manually adding the new options to the value list in the form's properties.
Why does it work for one field and not the other? I can't see anywhere where
the field p
|
6/2/2010 7:36:05 PM
|
1
|
=?Utf-8?B?SmV5?= <...@discussions.microsoft.com>
|
Skip pattern based on text box value
Hi, I have a text control. People will be typing either words or
numbers into it. If they type 99 I want to skip down several
questions. Here's the condition for my macro:
[Forms]![frmFB213]![FB215]=99
The action is 'Go to control' and the control name points to question
FB229. I've put my macro in the AfterUpdate section, but nothing is
happening. I'm suspecting this is because the answer is free-text. All
my skip patterns based on combo boxes are working well. I've tried
putting single and double quotes around the 99, I've tried using the
"Like" feature with 99 in and not in quo
|
6/2/2010 5:45:49 PM
|
8
|
laeldo <laura.e.do...@gmail.com>
|
Combo Box Adding Button to edit list items
I have a form which is designed to enter information about jobs we have
completed. It has 3 combo boxes for different types of contacts that are
pulled from different tables. I want the user to be able to select from the
list or add a new contact. I know they can right click on the drop down
arrow for the combo box and select "Edit List Items" but I really would like
to add a button next to each combo box that gives them that option. I have
tried creating a button next to it that opens up the form for the contact and
then a button on that newly opened form to save and close. However
|
6/2/2010 4:07:04 PM
|
5
|
"JB10" <u60...@uwe>
|
Conditional Formatting
I have a form in datasheet view that i need to be able to change only a few
fields to different colors, bold or highlight if different checkboxes are
checked or dates are null. I've tried to do the conditional formatting on
the main menu but if more than one criteria is recognized it only returns the
first criteria.
Can anyone tell me how I can get this to work.
--
Alison
|
6/2/2010 3:26:01 PM
|
1
|
=?Utf-8?B?YWxpc29uLmp1c3RpY2U=?= <alisonjust...@discussions.microsoft.com>
|
Populate Textbox
Hi,
I have a table with part numbers and locations. There are multiple
locations per part number. I would like to populate a listbox with a
filtered list of the locations for the part number shown on my form. I'm not
very good at vba and have been looking all over for code, but can't find
anything suitable.
Thanks
|
6/2/2010 2:51:01 PM
|
1
|
=?Utf-8?B?TEZD?= <...@discussions.microsoft.com>
|
Unbound text box calculation
Thanks in advance for the assist. My mind went numb...
What must I do to have an unbound field only perform the calculation for the
current open record that I am working in and not show data in a new records
same unbound field when I go to the next record entry?
I have an unbound text box on a form - call it Box C. In it's properties
control source I have a calculation (i.e. =text box A input / text box B
input) that I wish to show within the form prior to moving to the next
record. I then wish this field to recalculate or return null (if box A and/or
B are empty). Box C will
|
6/2/2010 1:17:01 PM
|
6
|
=?Utf-8?B?ZGFiMTQ3Nw==?= <dab1...@discussions.microsoft.com>
|
Remove CAPS
I have a text box in a form called Description. I do not want users to be
able to enter in here with all CAPS. They have been instructed, but there
are still a few that occasionaly forget. I played around with the < and > in
Format, but the description can be fairly long and using these will cut off
some of the info.
Is there any other code that will remove the CAPS if entered that way?
However, I would prefer for it to keep the CAP in the beginning of a sentence.
Thank you!
--
Message posted via http://www.accessmonster.com
|
6/2/2010 12:44:37 PM
|
4
|
"ladybug via AccessMonster.com" <u21...@uwe>
|
specifying which subdatasheet in Access 2003
In Access 2003, I have a form with four distinct subforms. When I open
the main form in datasheet view, the first subform is available as a
subdatasheet.
1) How do a specify a different subform to be used as the
subdatasheet?
2) The subform originally opens in form view when the subdatasheet is
expanded and it appears. Is there a way to have it appear in
datasheet view instead?
Thanks.
|
6/2/2010 12:25:30 AM
|
3
|
Neil <nrg...@gmail.com>
|
How do I repeat my header on each page of an access form
!@#$%^&*?! I am frustrated. I want to repeat a header on each form. Help
states that there is a repeat property that needs to be set to yes. I can't
find it anywhere! I've double clicked, right clicked on every section and
box and cannot find this property setting. Help!!!
|
6/1/2010 11:09:01 PM
|
1
|
=?Utf-8?B?RXZvbg==?= <E...@discussions.microsoft.com>
|
Employee time punch form
I have a table containing two fields - Employee_ID and Time_Stamp.
I've already created a form that scans in Employee_IDs; and once any
Employee_ID is scanned in, the ID and scanned time is recorded to the table.
In addition to what it already does, the form needs to populate the
employee's punch time records for the current week.
For example: (current date and time is Wednesday 9:02 am)
(Form view before update)
Employee ID: ___________________
(Form view after update)
Employee ID: 1001 (Scanned)
-------------------------------------
Employee ID: 1001
Mon: 9:00 am
Mon:
|
6/1/2010 8:09:01 PM
|
1
|
=?Utf-8?B?S2VpdGg=?= <Ke...@discussions.microsoft.com>
|
Albert D Kallal's Ribbon Code
I have succeeded in using Albert D Kallal's brilliant code to control a
Ribbon on a form.
The only problem I cannot solve is how to make some buttons invisible when
the form loads.
If I put the
meRib("btSearch").visible = False
in Form_Active or Form_Current, I get the runtime error '2475' - you entered
an expression that requires a form to be the active window.
Any suggestions would be great.
--
Message posted via http://www.accessmonster.com
|
6/1/2010 6:42:58 PM
|
1
|
"TonyAntique via AccessMonster.com" <u59...@uwe>
|
Multi Value Combo Boxes
Hello:
One of the new features of Access 2007 (sometimes criticized) is the ability
to create a table field as "Allow Multiple Values" using the Lookup Wizard
when specifying the data type. This shows the values with a checkbox and
allows the user to select multiple items (i.e. select CA, OR, WA as states in
which a business resides).
I was hoping to just define a table field as Text and then create the "Allow
Multiple Values" when creating a combo-box on the form. The form wizard does
not seem to create the same objects as when doing it in table design mode.
So, unless
|
6/1/2010 5:32:01 PM
|
4
|
=?Utf-8?B?UmljaCBMb2N1cw==?= <RichLo...@discussions.microsoft.com>
|
Sorting Combo box items
If someone could tell me how to sort the contents of a combo box in 2007 it
would be much appreciated.
|
6/1/2010 5:14:01 PM
|
1
|
=?Utf-8?B?VGVlZGVy?= <Tee...@discussions.microsoft.com>
|
BoundColumn property
Can someone please explain in layman terms, the purpose of BoundColumn in
ComboBox in terms of viewing two columns when dropped down and storing one
value in the table and displaying different value in the form?
I want to be able to see two columns in drop down mode, column 1 value
stored in table and column 2 value displayed in form data view.
|
6/1/2010 5:03:01 PM
|
2
|
=?Utf-8?B?Z2F0b3I=?= <ga...@discussions.microsoft.com>
|
Replace "assign the null value" message
Hi -
On my Access forms, I have several fields that are marked as NOT NULL in the
underlying DB2 database. The "not null" is a table requirement, not a
workflow requirement.
If the fields are blank when they are loaded in the form, Access fills them
with spaces, which is fine. If, however, someone types in one of those
fields and then changes their mind, blanking the field, the moment they try
to advance to the next field you get the "You tried to assign the Null value
to a variable that is not a Variant data type." message.
I've tried overriding this with my own text re
|
6/1/2010 3:42:01 PM
|
2
|
=?Utf-8?B?VGlhbmEgQXJ5bGxl?= <TianaAry...@discussions.microsoft.com>
|
Using the second column of a lookup field in row source
I'm working on a form on a database in which I need to do a lookup on
one combo box that contains two columns, and a followup combo box
requires that I match something in the second column. So, basically,
if I have Box A, which looks up a BoxA_ID column (column 1) and a
BoxA_Value (column 2) column, I'd like to create a statement in Box B
where I'm trying to match a value with the BoxA_Value column.
Can anyone help me here?
|
6/1/2010 3:02:56 PM
|
5
|
Lawrence Chu <lawrence...@gmail.com>
|
Problem Delay and Slowly Running the Microsoft Access
Hi,
I have created the program (a small program) with the Microsoft Access. This
program has share with 4 person/user difference PC. One as a admin and the
other as a user We used this program at the same time. We have problem when
all of user and admin running the program together, the program to be slowly
and sometime delay for 5 to 10 second. Do you have any suggestion?
Thank you,
Regards,
Fauzi
|
6/1/2010 9:13:01 AM
|
2
|
=?Utf-8?B?RmF1emk=?= <Fa...@discussions.microsoft.com>
|
How to use dynamic query in Access 2007 Form?
Dear Friends,
I have a table named "class_grades" and with the fields of "First Name",
"Last Name", "Age", "Math", "Physics", "Computer" and "State".
I would like to build an Access form with dynamic query...
1. For the age and state, it's "drop_down select"
2. For the Math, Physics and Computer, I can enter the number and click an
arrow button (to match the number with +/- 10%), then it will show all the
matched list.
All these "keyin" and "results" should be shown in the form (form + sub-form?)
I am sincerely looking for your help to guide me how to implement it.
Thank you very
|
6/1/2010 1:13:51 AM
|
3
|
"klim1167" <u60...@uwe>
|
Form Scroll Bar
This is a weird one. I have a subform that is a datasheet. The vertical
scroll bar does not display a bottom arrow. In fact when I scroll down
through about 2000 records, to get to the bottom, I drag the slider off the
form and it still keeps scrolling. Dragging the slider to the bottom of the
visible scroll bar only takes me half way through the records. Using Access
2003.
Anyone seen this before?
|
5/31/2010 11:54:01 PM
|
2
|
=?Utf-8?B?TmV2aWxsZVQ=?= <Nevil...@discussions.microsoft.com>
|
read/write for some users, read only form others
I have a database at work which I built in Access 2007, but then had to
save it as a Access 2003 mdb format.
The database was then placed on a NAS server and split. The front end
was then placed on local users PC's, some of which have Access 2003.
I now want to restrict write access to some users and only allow 2 users
to do that, while all can have read access.
How can I achieve this situation and what is the best or easiest way of
doing so.
Thanks
|
5/31/2010 3:26:08 PM
|
6
|
Bob H <...@despammer.com>
|
Sub Form Question
Hello,
I have a movie database: Movie table,Disk table, Set table, Book table and
Slot
table. There is a one to many relationship on movie/disk; set/book, book/slot
and disk/slot. I have a form showing basic movie information which has a sub
form showing the discs in the movie and the book/slots each disc occupies. I
also have a browser object at the bottom of the form to show the IBDB page for
that movie. My problem is that the disc portion of the sub form and the slot
portion seem to be tied together. I need to move the slot portion up an a
horizontal plane with the disc po
|
5/31/2010 8:18:54 AM
|
0
|
lorell <lor...@domain-xyz.in>
|
checking for existing record
Hi Tom,
I'm still having trouble with this. In your reply you have " &
me.myCasenumberControlName". My control is a text box called Case Number.
I've entered it as "myCaseNumber", "my [Case Number]", Case_Number and [Case
Number]. None are working. I get a compile error message - Expected: End of
Statement.
Please help.
"Tom van Stiphout" wrote:
> On Sat, 22 May 2010 22:32:01 -0700, mbparks
> <mbparks@discussions.microsoft.com> wrote:
>
> I'm assuming you meant "move to the record with the correct
> casenumber". This is accomplished with the bookmark technique:
> wit
|
5/31/2010 3:01:02 AM
|
3
|
=?Utf-8?B?bWJwYXJrcw==?= <mbpa...@discussions.microsoft.com>
|
input scanned documents in access 2003
greetings...i need help..does any1 knows how can i automatically input a
scanned a document, store & retrieve it (view it for later purposes) in just
1 click on a command button in ms access 2003? for example, i have a
database records of all employee in our company & each employee has a
particular training or seminar certificates. i want to scan the certificates
& store it in his files in my database & sometimes view or retrieve it for
employees needs. can it be possible? tnx in adance.
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-fo
|
5/31/2010 1:21:50 AM
|
4
|
"zhockz via AccessMonster.com" <u55...@uwe>
|
Missing files
Last year I had to have an MS software engineer based in Houston fix problems
with my Access 2007. One thing she discovered was that my copy of Office 2007
did not contain the files DAO1 and DAO2 which are required to make the
automation and forms processes work properly in Access.
Does anyone know how I can obtain these files as the lady who helped me
before is no longer available?
|
5/30/2010 6:47:01 PM
|
5
|
=?Utf-8?B?V1NUNzYx?= <WST...@discussions.microsoft.com>
|