Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

front end

ResolvedVersion 2003

Halimun has attended:
Access Intermediate course

Front End

How can we see all these codes and designing appear on the front end of the access

RE: Front End

Dear Halimun

Thank you for attending Access Intermediate course!! I hope you enjoyed the course and benefited from it.


Following is the resopnse I gave to your colleague who had similar query as yourself:


"The topics we covered in Access Intermediate course require the user to have access to the design view of the forms and Reports.

As you may appreciate that a designer has much more control over the structure of the Forms and reports compared to the end user.

The end user is limited to carry out actions set by the permissions set by the administrator/designer.

The answer to your question depends on the permissions granted by the Administrator of the database.

In Advanced level we learn about splitting the database into two (the Front end and back end). The users that have access to the Front end have very limited, if any permissions to modify the design of Tables, Reports and Forms. May be that could be the case in your company which you may want to investigate."

I hope this has answered your query.

If this has answered your query then I would request you to please mark the question as resolved!! If not and you have a specific question related to this then please post it as a new question and we should be able to provide you the solution for it!!

Kindest Regards


Rajeev Rawat
MOS Master Instructor 2000 and 2003
MCAS Master Instructor 2007

Mon 12 Jan 2009: Automatically marked as resolved.

 

Training courses

Training information:

See also:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Access tip:

Calculating The Difference Between Dates

If you wish to calculate the time between two date fields, this can be done in a number of ways:

1. As a calculated field in a query
2. As a calculated control in a form or report
3. As a calculation in a VBA procedure.

The basic syntax to get the number of days between two dates is:

=[One Date Field] - [Another Date Field]

You can also use one of the following functions:

=Month([One Date Field] - [Another Date Field])
which calculates the number of months between the two fields

=Year([One Date Field] - [Another Date Field])
which calculates the number of years between the two fields.

Another function is the DateDiff() function.

It uses an argument to determine how the time interval is measured. For example:

=DateDiff("q",[One Date Field] - [Another Date Field])
returns the number of quarters between the two fields.

Other intervals that can be used in this expression are as follows:
"yyyy" - Years
"m" - Months
"d" - Days
"w" - Weekdays
"ww" - Weeks
"h" - Hours
"n" - Minutes
"s" - Seconds

View all Access hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.