T
Tiff
Hi,
I've designed a change request form based on an access Database.
Currently, I've designed it so the client fills in the form and then hits
the submit button and it go's into our mailbox. From here I review the
request, work out who to assign it to and fill in a few more fields, then I
want to submit it to our database.
I created a second view, where I can fill in the extra fields and submit to
the database. The primary view is for the client, where I want the submit to
go to our mailbox.
Every time I change the submit button on one view- it changes on the other.
I don't appear to be able to have both an email and database submit in the
same form - is it possible to do so and can you explain in simple english for
me as I don't program!!
------------------------------------------------------------------------------------------
If its not possible to do so, I could get the user to submit it directly to
the access DB but I have a couple of questions:
1). Not all of the users have access to the network drive the DB is on -
will the form still load up okay?
2). When I took over this area, the requests started at ID 35. Each new
request gets an ID equal to the last one +1 (ie; 36, then 37 etc
. As I
started at request 35, I set the ID field in access to a text rather than
auto number, so that it could start at 35. If the user loads the form
directly in, I need the primary key to continue incrementing - is there a way
I can look up the last record and add 1 to that field as a default value in
the form - so that when it loads, it has the correct primary key.
Please Help!
Regards,
Tiffany.
I've designed a change request form based on an access Database.
Currently, I've designed it so the client fills in the form and then hits
the submit button and it go's into our mailbox. From here I review the
request, work out who to assign it to and fill in a few more fields, then I
want to submit it to our database.
I created a second view, where I can fill in the extra fields and submit to
the database. The primary view is for the client, where I want the submit to
go to our mailbox.
Every time I change the submit button on one view- it changes on the other.
I don't appear to be able to have both an email and database submit in the
same form - is it possible to do so and can you explain in simple english for
me as I don't program!!
------------------------------------------------------------------------------------------
If its not possible to do so, I could get the user to submit it directly to
the access DB but I have a couple of questions:
1). Not all of the users have access to the network drive the DB is on -
will the form still load up okay?
2). When I took over this area, the requests started at ID 35. Each new
request gets an ID equal to the last one +1 (ie; 36, then 37 etc
started at request 35, I set the ID field in access to a text rather than
auto number, so that it could start at 35. If the user loads the form
directly in, I need the primary key to continue incrementing - is there a way
I can look up the last record and add 1 to that field as a default value in
the form - so that when it loads, it has the correct primary key.
Please Help!
Regards,
Tiffany.