-1

I know I am talking unconventional but is it ok to have two lines in an html containing <meta name="keyword" lines? If yes then, are there any side effects of doing that? If no then why?


Simple access query

I'm trying to create a query in Access.

Let's say, for example, I have four fields: Numbers 1-26, Letters A-Z, 26 Names, and 26 Cities, so one record might be: 2, B, Jane, New York

I want to create and save a new query with: the numbers field, the letters field, and the names field. I want the letters field to be filtered on "A" or "B", and the names field to have an expression so it's always 0.

This will become a loop, so it'll create 13 queries (A/B, C/D, etc).

It seems like having this process in VBA as opposed to the Access macro builder would be better since not only do I have to loop this process, but there are also 2 similar tables (same field names, different values) that I need to run it on.

4

1 回答 1

0

如果这样做,您将覆盖第一组关键字。如果您在http://validator.w3.org/上验证它,这不是错误。

有关更多信息,请参见http://www.w3.org/TR/html-markup/meta.name.html

于 2013-02-19T17:18:01.340 回答