ID: 860 Please help!

T

Tom Ogilvy

Your actually showing the dataform twice.

Sub AA()
Application.Goto Reference:="DataTable"
ActiveSheet.ShowDataForm
End Sub

should be sufficient. If your data doesn't start in one of cells A1:B2,
then you need to name your DataTable to DataBase.

I couldn't reproduce any space problem in a date field. It appears the
form uses the specified short date format to display the data.
 
B

Bob Phillips

Deduced from a blank message?

Bob


Tom Ogilvy said:
Your actually showing the dataform twice.

Sub AA()
Application.Goto Reference:="DataTable"
ActiveSheet.ShowDataForm
End Sub

should be sufficient. If your data doesn't start in one of cells A1:B2,
then you need to name your DataTable to DataBase.

I couldn't reproduce any space problem in a date field. It appears the
form uses the specified short date format to display the data.
[/QUOTE]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top